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
The text was updated successfully, but these errors were encountered:
deividfortuna
changed the title
Trim on blur event no dispatch change on Edge
Trim on blur event no dispatch angular change on Edge
Jun 12, 2019
deividfortuna
changed the title
Trim on blur event no dispatch angular change on Edge
Trim on blur event don't dispatch angular change on Edge
Jun 12, 2019
Using the directive trim on blur is not trigger the angular change callback.
The function
onChange($event.target.value)
is not been called in Microsoft Edge when using the directive even when isn't necessary trim the string.Unfortunately you need to use Edge to reproduce: https://stackblitz.com/edit/angular-trim
The text was updated successfully, but these errors were encountered: