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 May 29, 2019. It is now read-only.
This is due to the implicit cast to string added to ngModel for text input type fields.
ui-bootstrap's $formatter shoud be somehow added to be executed before the one in angular.
It seems that the priority of the typeahed directive should be rised obove normal in order to make it work
I just checked - raising priority does solve the problem of display, but the field (if it is required) is not validated
The text was updated successfully, but these errors were encountered:
This is due to the implicit cast to string added to ngModel for text input type fields.
ui-bootstrap's $formatter shoud be somehow added to be executed before the one in angular.
It seems that the priority of the typeahed directive should be rised obove normal in order to make it work
I just checked - raising priority does solve the problem of display, but the field (if it is required) is not validated
The text was updated successfully, but these errors were encountered: