stephanestermann

Results 3 issues of stephanestermann

### Describe the bug The description of the Dropdown says that the focus moves to the next element in page is an option is selected with tab. ![image](https://github.com/user-attachments/assets/9d84fede-8c35-4bde-9e32-a408ee85359f) The problem...

Status: Needs Triage

### Describe the bug IOS opens with inputmode=numeric or inputmode=decimal a keyboard without a negative character. That's why you can't enter negative numbers with iPhones. A workarround could be to...

Status: Pending Review

### Describe the bug ![image](https://github.com/user-attachments/assets/16cf84d9-bbfa-4ee7-b5d2-274ff213b8ed) If you define minFractionDigits=0 and maxFractionDigits=2 then results an inputMode="numeric". But correct is inputMode="decimal". This is because the "...!minFractionDigits ? 'numeric' : 'decimal' " I...

Status: Pending Review
Status: Needs Triage