There was an error while loading. Please reload this page.
let content = [ ['&1', 'echo 100' ], ['&2', 'echo 200' ], ['&3', 'echo 300' ], ['&4' ], ['&5', 'echo 500' ], ] let opts = {'title': 'select one'} call quickui#listbox#open(content, opts)
press 1,2..will not work
thanks!