You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Event listeners. Now you can watch when an item is selected and deleted. And you can perform operations before adding & removing an item by simply giving an callback as shown in docs.
Added 4 types of event listeners :
beforeSelectItem - callback function
afterSelectItem - callback function
beforeRemoveItem - callback function
afterRemoveItem - callback function
A complete AngularJs multiple select autocomplete field
Add multiple options in a single component.. replacement for checkbox, check list and more like these components. Give you easy way to implement and representation of multiple selection of values.
In this release ...
Added more functionality, fetch and display data directly from server/api.
A complete AngularJs multiple select autocomplete field