ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 68 forks source link

uif-searchbox is not working with ngOfficeUiFabric v0.14.0 #479

Closed bhosalemahesh899 closed 7 years ago

bhosalemahesh899 commented 7 years ago

uif-searchbox is not working with ngOfficeUiFabric v0.14.0

with ngOfficeUiFabric v0.14.0 https://jsfiddle.net/bhosalemahesh899gmailcom/owv9fw4f/14/

with ngOfficeUiFabric v0.11.0 https://jsfiddle.net/bhosalemahesh899gmailcom/owv9fw4f/15/

jjczopek commented 7 years ago

Hi @bhosalemahesh899 As of now, uif-searchbox component uses ng-model to set & retrieve value. I have made necessary correction in the demo.

bhosalemahesh899 commented 7 years ago

Thank you jjczopek