Does anyone know how to set a value using sendKeys in Protractor for md-contact-chips?
I attempted to use element(by.model('skills')).sendKeys('Java'); but it doesn't seem to be working. Any suggestions on how to approach this in Protractor would be greatly appreciated. Thank you!
<div>
<md-content>
<md-contact-chips md-input-id="skillId" ng-
required="skills.length<1" ng-model="skills" md-
contacts="querySearch($query)" md-contact-name="skill" md-require-
match="true" md-min-length="1" md-highlight-flags="i" filter-
selected="true" placeholder="Enter a skill" secondary-
placeholder="Enter a
skill </md-contact-chips></md-content> </div>