Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bootstrap_beagle
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
bootstrap_beagle
Commits
e325b6c8
Commit
e325b6c8
authored
Dec 13, 2021
by
xuchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: 多选空支持筛选
parent
4cc6a11c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
app/assets/javascripts/app-form-multiselect.js
+4
-5
lib/bootstrap_beagle/version.rb
+1
-1
No files found.
app/assets/javascripts/app-form-multiselect.js
View file @
e325b6c8
...
...
@@ -28,9 +28,9 @@ var App = (function () {
selectableHeader
:
"<div class='custom-header'>Selectable items</div>"
,
selectionHeader
:
"<div class='custom-header'>Selection items</div>"
,
});
$
(
'#searchable'
).
multiSelect
({
selectableHeader
:
"<input type='text' class='form-control search-input' autocomplete='off' placeholder='
Search
'>"
,
selectionHeader
:
"<input type='text' class='form-control search-input' autocomplete='off' placeholder='
Search
'>"
,
$
(
'#searchable
, .searchable
'
).
multiSelect
({
selectableHeader
:
"<input type='text' class='form-control search-input' autocomplete='off' placeholder='
筛选
'>"
,
selectionHeader
:
"<input type='text' class='form-control search-input' autocomplete='off' placeholder='
筛选
'>"
,
afterInit
:
function
(
ms
){
var
that
=
this
,
$selectableSearch
=
that
.
$selectableUl
.
prev
(),
...
...
@@ -66,4 +66,4 @@ var App = (function () {
};
return
App
;
})(
App
||
{});
\ No newline at end of file
})(
App
||
{});
lib/bootstrap_beagle/version.rb
View file @
e325b6c8
module
BootstrapBeagle
VERSION
=
'0.2.
4
'
VERSION
=
'0.2.
5
'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment