How to get number from AutoComplete onSelectionChange? #2364
Unanswered
MinChanSike
asked this question in
Q&A
Replies: 1 comment
-
Here's how you can convert the string to number:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using NextUI
"@nextui-org/react": "^2.2.9",
with typescript.Could you suggest how to get number from onSelectionChange instead of return string value on selected?
Please take a look my sample here
https://codesandbox.io/p/devbox/epic-morse-xfrr8t
Beta Was this translation helpful? Give feedback.
All reactions