File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
### bug fixes
7
7
* Do not change selects to the Bootstrap select class unless they are explicitly select fields.
8
8
Other types of controls also give select fields -- typeaheads and the like.
9
+ * Fix compatibility layer for Bootstrap selects when the ` bootstrap-select-rails ` is not installed.
9
10
10
11
## 1.2.0
11
12
Original file line number Diff line number Diff line change 1
1
//= require simple_form-bootstrap/date_time_input
2
+ //= require simple_form-bootstrap/select_input
2
3
//= require simple_form-bootstrap/token_input
3
4
4
5
( function ( $ ) {
Original file line number Diff line number Diff line change 6
6
return ;
7
7
}
8
8
9
- $ . fn . selectpicker = function ( arg ) {
10
- return methods . initialise . call ( this , arg ) ;
9
+ $ . fn . selectpicker = function ( ) {
10
+ return this ;
11
11
} ;
12
12
} ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments