User:Sammp/TestOOUI

From GNU Radio
Revision as of 22:10, 19 February 2022 by Sammp (talk | contribs)
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() } ) ] ); } );