angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
595 stars 444 forks source link

Unable to add tooltip in input box #294

Closed ramprakash-ravi closed 9 years ago

ramprakash-ravi commented 9 years ago

I tried adding tooltip to input box in ui-select but its not working.

input(type='hidden', ui-select2='userSelect2options', data-placeholder='All User', ng-model='selectedUsersForFilter', style='width:100%; margin-left:5px;',ng-readonly='isUserSelectDisabled', tooltip='Please select atleast one User')

How to add tool tip for input box in ui-select2 ?

PowerKiKi commented 9 years ago

Please ask question on stackoverflow: http://stackoverflow.com/questions/tagged/ui-select2

Also note that this project is dead. Instead use ui-select.