angular-input-dropdown
angular-input-dropdown copied to clipboard
Angular directive for creating an input field with a dropdown list.
Changes - exposed input id - take selected item as initial value
Hi, I add three parameters: disabled, only show non-empty dropdown, and value changed callback.
Need some help. I am trying to make a ajax call to populate the drop down. I am not able o do that. The data received is in JSON format....
Hi, first of all very nice directive, i've used it in my project and love how it works. would you consider this pull request based in the following issue? I...
I have a strange issue. I use on the same page 2 same input dropdown and the first one work fine but the second has a problem with scrolling. The...
hi, first of all thanks for providing the directive for controlling the list of suggestions with keyboard, i userd your directive for my work, the suggestions are controlled by key...
@hannaholl I'm making separate PRs for these changes per your request in #8. [Edit] I just squashed these commits also
Added a ng-attr-placeholder to the directive. I needed this to conditionally set placeholder content. I figured it'd be useful for others as well. Depends on #12
When change input value to empty string by JS or Jquery(button), the list displayed only the last selected item.
How to disable the text field as ng-disabled is not working for me?