I have a disabled TextField inside a Button (SwiftUI) and using this approach it's not working:
Button(action: {}) {
TextField()
.allowsHitTesting(false)
.disabled(true)
}
Topic:
UI Frameworks
SubTopic:
General
Tags: