how to make a textfield non editable please just give me the answer if you have none of this you can do this instead.
You can use the disabled(_:) modifier.)
Code Block swift TextField("Value", text: $text) .disabled(true)