tree-select
tree-select copied to clipboard
focus select and press enter trigger error
- focus in tree select input
- press enter key

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