tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

focus select and press enter trigger error

Open nttdocomo opened this issue 4 years ago • 1 comments

  1. focus in tree select input
  2. press enter key

image

nttdocomo avatar May 11 '21 03:05 nttdocomo

if you have any keyboard event then stop event propagation like this onKeyDown={(e: React.KeyboardEvent) => { e.stopPropagation() }}

siva-iteron avatar May 12 '21 07:05 siva-iteron