Releases: lordfriend/nya-bootstrap-select
Releases · lordfriend/nya-bootstrap-select
Add reset search when press enter key
v2.5.1 build a new version
Add feature to reset live-search state when dropdown closed
Implemented By PR #177
hide actionbox and live search box in link phase when there attribute value change to false
This update add a feature which allow user use this directive inside an ng-repeat which using transclude function to clone this directive. when this happens a link phase check will make sure the actionbox and live search box is properly hidden when the attributes is false.
Add support for ngDisabled, Add null as valid empty modelValue
- Add support for ngDisabled, from 2.3.0 use ngDisabled for IE compatibility
- Add support for null as a valid empty value.
Fix bug of action box when combine with live-search
fix #158
Other changes:
drop bower dependencies as development dependencies.
performance improve and add cmd support.
With PR #149 , the initial loading performance should be improved significantly.
Also add support for CommonJS require. now you can use the following code to require this project.
var nyaBsSelect = require('@lordfriend/nya-bootstrap-select');
angular.module('youApp', [nyaBsSelect']);
Add type="button" to actions-box buttons
update package name to specified scope
prepare for publish on npm
Remove `form-control` on dropdown button
form-control
class will not copy to dropdown button when you add this class to nya-bs-select.
Fix a bug when using static option value.