reports icon indicating copy to clipboard operation
reports copied to clipboard

FB17673907: TextField for value formatting is missing axis param so line wrap is not possible

Open malhal opened this issue 7 months ago • 0 comments

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

malhal avatar May 22 '25 09:05 malhal