Top "Ui-select" questions

AngularJS-native version of Select2 and Selectize by the AngularUI Team

Clear selected option in ui-select angular

Anyone know how to clear the selected value of an ui-select box in angular? I want the functionality of select2 …

angularjs ui-select
Angularjs ui-select dropdown on-select function call issue

In my AngularJS project I am using normal select dropdown and making a function call using ng-change which is perfectly …

angularjs ui-select angularjs-bootstrap
Allow manually entered text in ui-select

I am using a select box from ui-select. All is working fine, but I want to allow manually entered text …

angularjs ui-select
AngularJs: How make ui-select working properly?

THE SITUATION: I am making an angular app where I have to use ui-select: in the user info page, in …

javascript html angularjs ui-select
how to set a default value for angular ui-select

Question : how to set default value to the angular ui-select drop down values are fetched from object and object wont …

javascript angularjs ui-select2 ui-select
Angular ui-select: How to bind only selected value to ng-model

$scope.property = new Property(); $scope.property.propertyType = {}; $scope.propertyTypes = [ { value: 'ResidentialPlot', name: 'Residential Plot' }, { value: 'CommercialPlot', name: 'Commercial Plot' }, { value: …

angularjs ui-select
Angular ui-select is not displaying the list of options when included in angular-ui-bootstrap modal

I am facing an issue with the anular-ui-bootstrap modal directive. Am using the angular's ui-select component in my app as …

angularjs angular-ui-bootstrap bootstrap-modal ui-select
How to make an autocomplete just like google auto suggest in angular ui-select

I am using angular ui-select for autocomplete. When the user start typing, I want to show the best matching item …

angularjs autocomplete ui-select
Angularjs validation for ui-select multiple

THE SITUATION: I have an angular app that send emails. There is a form with three fields: Address - Subject …

javascript angularjs validation select ui-select
ui-select multiselect is very slow in displaying the choices

I ran into this problem, and I don't know how to solve it. I have used a ui-select multiselect in …

angularjs angular-ui ui-select