Questions tagged [ui-select]

AngularUI Team introduces an AngularJS-native adaptation of Select2 and Selectize.

Mapping dynamic objects inside a repeat loop in AngularJS ui-select

Here is my ui-select directive code that is working perfectly fine. Within a repeat loop, I need to dynamically set the property of the CODE object (which is ID) to something like code[fwValueProperty]. Since it is not using ng-repeat, I cannot use it in ...

Aligning multiple spans vertically within a div of varying height (ui-select-multiple)

I am currently using AngularJS ui-select's Multiselect feature. If you want to see how my multiselect looks, check it out here: http://plnkr.co/edit/zJRUW8STsGlrJ38iVwhI?p=preview When arranging spans in multiple lines, achieving nice vertical alignment ...

Enable the ability for users to input text manually in the ui-select field

Currently, I am utilizing a select box from ui-select and everything is functioning properly. However, I would like to enable users to manually enter text without restricting them to the values on the list. When I type in text, the list is filtered correct ...

Hitting the enter key to choose a value from a dropdown menu will automatically submit the form

I've encountered an issue while using ui-select. Whenever I press enter to select searched results, the selection is made and the form automatically submits. I'm having trouble figuring out what the problem is. Here is the HTML code snippet I am ...