mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: replace placeholder entity with  
This commit is contained in:
parent
89019606eb
commit
c69d01bed7
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -432,7 +432,7 @@ $.widget( "ui.selectmenu", {
|
||||
element: option,
|
||||
index: index,
|
||||
value: option.attr( "value" ),
|
||||
label: option.text() || " ",
|
||||
label: option.text() || " ",
|
||||
optgroup: optgroup.attr( "label" ) || "",
|
||||
disabled: optgroup.attr( "disabled" ) || option.attr( "disabled" )
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user