Skip to content

Releases: lordfriend/nya-bootstrap-select

Add reset search when press enter key

09 Jan 05:44
Compare
Choose a tag to compare

Add feature to reset live-search state when dropdown closed

05 Dec 02:38
Compare
Choose a tag to compare

hide actionbox and live search box in link phase when there attribute value change to false

04 May 13:02
Compare
Choose a tag to compare

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

29 Apr 02:14
Compare
Choose a tag to compare
  • 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

21 Mar 05:23
Compare
Choose a tag to compare

fix #158

Other changes:
drop bower dependencies as development dependencies.

performance improve and add cmd support.

16 Nov 03:28
Compare
Choose a tag to compare

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

23 Sep 15:04
Compare
Choose a tag to compare

update package name to specified scope

02 Sep 09:02
Compare
Choose a tag to compare

prepare for publish on npm

Remove `form-control` on dropdown button

03 Aug 09:18
Compare
Choose a tag to compare

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.

Fix bugs

07 May 09:24
Compare
Choose a tag to compare

Fix #117
Fix #66