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 has been archived by the owner on May 29, 2019. It is now read-only.
This probably fits under #182 but I wanted to create a separate issue because it seems this task would be a smaller undertaking and possibly could be done before #182.
It would be great if you could show a label in the text field that is different from the label in the drop down. For example in the drop down you could show state code and state name
"IL (Illinois)"
but when it is selected it just showed the state code.
"IL"
The underlying selection would just be a state object.
The text was updated successfully, but these errors were encountered:
In fact I'm more and more leaning toward a solution where the typeahead would be just binding model and users would have to provide they own passers / formatters to manage values in the input box. But I'm not sure it will be faster than #182 :-)
Need to sleep on this one, I see the value in what you are proposing! And pull requests are always welcomed!
This probably fits under #182 but I wanted to create a separate issue because it seems this task would be a smaller undertaking and possibly could be done before #182.
It would be great if you could show a label in the text field that is different from the label in the drop down. For example in the drop down you could show state code and state name
"IL (Illinois)"
but when it is selected it just showed the state code.
"IL"
The underlying selection would just be a state object.
The text was updated successfully, but these errors were encountered: