You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use react-select with nested nodes to give users the option to select more specific options relating to parent topics/products. Selection options like clicking the mouse, pressing "Enter" and "Space" all work without issue. For some reason Tab alone is not working. As I mentioned the options are navigable nodes with parents and children. if the previously selected option wasn't a leaf - a node with no children - "Tab" and only tab will not work if you try to use it again as a selection option, instead it will call onInputBlur() and completely skip calling onKeyDown or onChange
So my question is are there any known interactions that could cause onChange or onKeyDown to not fire specifically with tab as a selection option? The code is built on top of another teams code so checking the callstack only returns minified transpiled code that can't really be interpreted.
our current version is ["react-select": "^5.8.0"]
The text was updated successfully, but these errors were encountered:
I'm trying to use react-select with nested nodes to give users the option to select more specific options relating to parent topics/products. Selection options like clicking the mouse, pressing "Enter" and "Space" all work without issue. For some reason Tab alone is not working. As I mentioned the options are navigable nodes with parents and children. if the previously selected option wasn't a leaf - a node with no children - "Tab" and only tab will not work if you try to use it again as a selection option, instead it will call onInputBlur() and completely skip calling onKeyDown or onChange
So my question is are there any known interactions that could cause onChange or onKeyDown to not fire specifically with tab as a selection option? The code is built on top of another teams code so checking the callstack only returns minified transpiled code that can't really be interpreted.
our current version is ["react-select": "^5.8.0"]
The text was updated successfully, but these errors were encountered: