You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
feat(autocomplete): support ng-trim on the underlaying input (#9496)
* A lot of developers requested a way to pass the `ng-trim` attribute to the underlaying input element.
This is reasonable, because ngTrim always trims the searchText and can cause deviations with the search results.
* Also added a more generic way of forwarding the the (currently) three attributes to the input element, without doing this in the template.
Fixes#4492
0 commit comments