Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

typeahead in the form of "obj as obj.name for obj in objList" does not work anymore in angular rc.0 #2651

Closed
pdanpdan opened this issue Sep 2, 2014 · 1 comment

Comments

@pdanpdan
Copy link

pdanpdan commented Sep 2, 2014

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

@chrisirhc
Copy link
Contributor

Closing as duplicate of #2681.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants