reports
reports copied to clipboard
FB17673907: TextField for value formatting is missing axis param so line wrap is not possible
Submission Date
2025-05-22
Status
Open
Area
SwiftUI
Operating System Version
iOS 18.5
Type
Incorrect/Unexpected Behavior
Description
E.g. this doesn't compile:
TextField("Long value", value: $longValue, format: .myLongFormat, axis: .vertical)
I require to be able to provide axis: .vertical so that the formatted text of the value will line wrap when horizontal space is limited.
If there is another way to get line wrap working besides axis: .vertical please let me know! Thanks
Keywords
No response
Prerequisites
- [x] The title follows the format
FB<number>: <title> - [x] I will keep this issue updated with Apple's responses