iOS - Picker does Not Resize Automatically After Selection #19295
Labels
area-controls-picker
Picker
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
With the Picker in iOS, the picker does not resize automatically after selection. If you select an item that is longer than the original value of the Picker box, it is cut off:
iOS:
Expectation:
The Picker box should resize accordingly to display the longer string. This is the behavior in Windows and Android, this issue only applies to iOS. Have not tested Mac.
Android:
Windows:
Steps to Reproduce
Expectation:
The Picker box should resize accordingly to display the longer string. This is the behavior in Windows and Android, this issue only applies to iOS. Have not tested Mac.
Link to public reproduction project repository
https://github.com/Quaybe/iOS-Picker-Bug
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
Disable and enable the Picker every time the selection is changed, and it is forced to redraw to the correct size. This is my workaround currently for iOS.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: