mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
@@ -618,7 +618,7 @@ return $.widget( "ui.selectmenu", {
|
||||
return {
|
||||
element: option,
|
||||
index: index,
|
||||
value: option.attr( "value" ),
|
||||
value: option.val(),
|
||||
label: option.text(),
|
||||
optgroup: optgroup.attr( "label" ) || "",
|
||||
disabled: optgroup.prop( "disabled" ) || option.prop( "disabled" )
|
||||
|
||||
Reference in New Issue
Block a user