Input type="number"
#2356
-
Hello! It seems, that Input type="number" is not supported yet. When is that possible to add this type support? |
Beta Was this translation helpful? Give feedback.
Answered by
TheSisb
Apr 12, 2022
Replies: 1 comment
-
Hi @kivanchuk, We do support Under the hood we convert it to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheSisb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kivanchuk,
We do support
input type="number"
--- props table. Are you having any specific issues with it?Under the hood we convert it to
text
based on findings by the UK Gov design system.