react-component / tree-select

React Tree Select

Home Page:https://tree-select.react-component.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

focus select and press enter trigger error

nttdocomo opened this issue · comments

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

image

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