vladotesanovic / ngSemantic

Angular 2 building blocks :package: based on Semantic UI
https://ng-semantic.herokuapp.com/
MIT License
973 stars 148 forks source link

Dropwdown style not cleaned when reset sm-select #182

Open gameot opened 7 years ago

gameot commented 7 years ago

When sm-select is reset by semantic-ui command clear:

 jQuery(this.selectElement.select.nativeElement).dropdown('clear');

the last selected value in drop down list still has the active selected classes.