Skip to content

Fix flex issue of TextField when rendered #2391

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

Merged
merged 2 commits into from
Dec 27, 2022
Merged

Conversation

ethanshar
Copy link
Collaborator

Description

Fix flex issue of TextField when rendered by passing flexG to the input container.
I added a note there that this will bring back a known issue with trailing accessory being pushed, but the flex issue is worse.

Fix #2389 2389

Changelog

Fix flex issues with TextField when rendered in a row container

@ethanshar ethanshar requested a review from M-i-k-e-l December 27, 2022 06:03
@ethanshar ethanshar added Important for Next Release PR that must be included in the release version hotfix Requires a hotfix release labels Dec 27, 2022
@ethanshar ethanshar merged commit a1aec1a into master Dec 27, 2022
ethanshar added a commit that referenced this pull request Dec 27, 2022
* Fix flex issue of TextField when rendered

* Fix NumberInput with TextField's new flexness

Co-authored-by: M-i-k-e-l <[email protected]>
@ethanshar ethanshar deleted the fix/TextFieldFlexIssue branch April 2, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix Requires a hotfix release Important for Next Release PR that must be included in the release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TextField in iOS is broken inside horizontally centered View since release 6.26.0
2 participants