Decimal input not working on iOS when locale uses comma (, instead of .) #2018
Replies: 2 comments
-
|
It looks like a bug. Can you create issue in home-assistant/frotnend repo? https://github.com/home-assistant/frontend/issues/new/choose |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for heads up @mik-laj Closing this as duplication. Reference to correct issue: home-assistant/frontend#28521 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue:
On the iOS Companion app, it’s not possible to enter decimal values when the iPhone’s regional settings use a comma as the decimal separator.
Details:
iOS devices configured with locales that use a comma (,), the keyboard provides a comma key instead of a period. Tapping the comma does nothing — the field does not accept it as input, and decimal values cannot be entered.
Expected behavior:
The app should accept the correct decimal separator based on the user’s locale, or allow both . and , for decimal input.
Environment:
iPhone 13 Pro - iOS v26.1
Home Assistant Companion v2025.12.1 (2025.1546)
Beta Was this translation helpful? Give feedback.
All reactions