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

Fix numeric input mode for FilledTextInput #5494

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

swansontec
Copy link
Contributor

@swansontec swansontec commented Mar 13, 2025

The FilledTextInput component was relying on a child component to handle its number formatting, but that component is incompatible with our new semi-controlled approach. Just use the intl utility functions to provide the same behavior directly.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@swansontec swansontec force-pushed the william/fix-numeric-filled-input branch from f3984c0 to 6b907b7 Compare March 13, 2025 20:54
swansontec and others added 2 commits March 13, 2025 15:29
The `FilledTextInput` component was relying on a child component to handle its number formatting, but that component is incompatible with our new semi-controlled approach. Just use the intl utility functions to provide the same behavior directly.
@swansontec swansontec force-pushed the william/fix-numeric-filled-input branch from 6b907b7 to b92b78d Compare March 13, 2025 22:29
@swansontec swansontec enabled auto-merge March 13, 2025 22:32
@swansontec swansontec merged commit fe5cf56 into develop Mar 13, 2025
2 checks passed
@swansontec swansontec deleted the william/fix-numeric-filled-input branch March 13, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants