Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
angular-ui-select
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angularjs
angular-ui-select
Commits
ecbfec7e
Commit
ecbfec7e
authored
Jan 07, 2019
by
bingchuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev]version 0.19.12_fix
parent
f73bbd2a
Pipeline
#55
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
select.js
dist/select.js
+2
-2
No files found.
dist/select.js
View file @
ecbfec7e
...
...
@@ -1485,7 +1485,7 @@
// Display the dropdown once it has been positioned.
dropdown
[
0
].
style
.
opacity
=
1
;
if
(
$select
.
options
&&
$select
.
options
.
static
){
if
(
$select
.
options
&&
$select
.
options
.
static
&&
$select
.
options
.
type
===
'multi'
){
dropdown
[
0
].
style
.
width
=
dropdown
.
outerWidth
()
+
"px"
;
setTimeout
(
function
()
{
...
...
@@ -1734,7 +1734,7 @@
//Check model array of all items available
if
(
!
checkFnMultiple
(
data
,
inputValue
[
k
]))
{
//If not found on previous lists, just add it directly to resultMultiple
//选择的值如果在列表没有不添加
//选择的值如果在列表没有不添加
//resultMultiple.push(inputValue[k]);
}
}
...
...
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