swiftui textfield diedit false
TextField("Value", text: $text)
.disabled(true)
Brainy Bat
TextField("Value", text: $text)
.disabled(true)