is it possible to set the width of SwiftUI TextField to hold a certain number of characters and display them without cutting them off? This way the width would adjust automatically based on font size.
The .frame(width/minWidth/maxWidth) is not really useful in this sense unless I would calculate the size of the characters.
Thanks for any ideas. Libor