Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

PhoneInput behaves different on for every browser #1217

@Roohn

Description

@Roohn

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions