ngOfficeUIFabric / ng-officeuifabric

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

ng-change event doesn't get triggered when using uif-searchbox #488

Open bhosalemahesh899 opened 7 years ago

bhosalemahesh899 commented 7 years ago

Hi,

I am using uif-searchbox and I want to do something on ng-change of uif-searchbox. but the ng-change event doesn't get triggered on change ng-cahnge event getting called on click on close button of uif-searchbox

please see in the following js https://jsfiddle.net/bhosalemahesh899gmailcom/owv9fw4f/27/

andrewconnell commented 7 years ago

Correct... ATM this control like many others does not emit this event. It does use it internally to change the $isDirty flag on the component. Therefore this would be an enhancement.