File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ the specific language governing permissions and limitations under the Apache Lic
765765 text :element . text ( ) ,
766766 element : element . get ( ) ,
767767 css : element . attr ( "class" ) ,
768- disabled : equal ( element . attr ( "disabled" ) , "disabled" ) ,
768+ disabled : element . prop ( "disabled" ) ,
769769 locked : equal ( element . attr ( "locked" ) , "locked" )
770770 } ;
771771 } else if ( element . is ( "optgroup" ) ) {
@@ -1714,7 +1714,7 @@ the specific language governing permissions and limitations under the Apache Lic
17141714 this . search . val ( this . focusser . val ( ) ) ;
17151715 }
17161716 this . search . focus ( ) ;
1717- this . focusser . attr ( "disabled" , "disabled" ) . val ( "" ) ;
1717+ this . focusser . prop ( "disabled" , true ) . val ( "" ) ;
17181718 this . updateResults ( true ) ;
17191719 this . opts . element . trigger ( $ . Event ( "open" ) ) ;
17201720 } ,
You can’t perform that action at this time.
0 commit comments