We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The phone input component behaves different on every browser. This is because the type=number prop on the input is implemented differently.
type=number
' '
Investigate if we want to have some consistent way of handling number inputs by making our own validation/input constraints.
Original issue https://github.com/TicketSwap/sirius/issues/4934
The text was updated successfully, but these errors were encountered:
diogoredin
RobVermeer
bobbonius
glenngijsberts
Roohn
No branches or pull requests
Problem description
The phone input component behaves different on every browser. This is because the
type=number
prop on the input is implemented differently.Steps to reproduce
' '
).Expected behaviour
Investigate if we want to have some consistent way of handling number inputs by making our own validation/input constraints.
Additional context
Original issue https://github.com/TicketSwap/sirius/issues/4934
The text was updated successfully, but these errors were encountered: