Skip to content
New issue

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

PhoneInput behaves different on for every browser #1217

Open
Roohn opened this issue Oct 15, 2021 · 0 comments
Open

PhoneInput behaves different on for every browser #1217

Roohn opened this issue Oct 15, 2021 · 0 comments
Assignees
Labels

Comments

@Roohn
Copy link
Contributor

Roohn commented Oct 15, 2021

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

  • On chrome you can't put in anything except number.
  • On firefox / safari you can fill in everything but the value of the input will be empty (' ').

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants