acute-select icon indicating copy to clipboard operation
acute-select copied to clipboard

Dropdown List Component for AngularJS - NO LONGER UNDER ACTIVE DEVELOPMENT

Results 31 acute-select issues
Sort by recently updated
recently updated
newest added

Using a query to find the location of the current file so you can place the acute.select.js file in any folder. For example, when in "components/acute-select/acute/acute.select/acute.select.js", javascript would try to...

ac-change seems to run before the model is updated. Angular's ng-change runs after model update.. Doesn't it make sense to do the same as angular?

now ac-options supports value fields like `ac-options="l.name as l.id in loadData()"`

Hi, I'm trying to do something like this: ``` javascript ac-options="l as l in loadData(1)" ``` When I'm adding a param to the function the directive isn't working, there is...

Doesn't seem like if I change the model, the drop down items get updated?

- [x] Fixes annotation issues to prevent the library from failing when the files are minified. - [x] Cleaned up the repository to remove build related files

@john-oc I can't get this to work in IE9, it only works in Chrome/Firefox (latest versions).I don't see the dropdown list. I have used the files described in the getting...

The control specific flag loadOnOpen gets reset to false after first use 'to avoid re-loading data'. However in many cases (mine included) the option data may well have changed by...

Hi, I understand that with ``` comboMode: true, allowCustomText: true ``` it is possible to allow for free text. Unfortunatly this text appears in the search box but not in...