Swiftui Textfield editable falsch
TextField("Value", text: $text)
.disabled(true)
Brainy Bat
TextField("Value", text: $text)
.disabled(true)