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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Problem description
The phone input component behaves different on every browser. This is because the
type=numberprop 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