Questions tagged [angular-ui-select]

A custom implementation for AngularJS of the popular dropdown libraries Select2 and Selectize.

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 ...

What is the best way to fill a dropdown menu with names and corresponding numeric IDs?

How can I effectively link my dropdown to a variable in the controller, using the id property of the dropdown array instead of the value for assignment? Meanwhile, still displaying the content of the drop down using the name property of the array for user ...

The ultimate guide to personalizing group titles in Angular UI-Select

Is there a way in Angular ui-select to customize the group label? I want to make it larger than the selection items as shown in the image below. https://i.stack.imgur.com/ofcak.png The list is currently grouped by country, but how can I adjust the size o ...