User:Sammp/TestOOUI
Jump to navigation
Jump to search
input.on( 'enter', function () { // Add the item list.addItems( [ new OO.ui.OptionWidget( { data: input.getValue(), label: input.getValue() } ) ] ); } );
input.on( 'enter', function () { // Add the item list.addItems( [ new OO.ui.OptionWidget( { data: input.getValue(), label: input.getValue() } ) ] ); } );