Do not send a TextInput value
This might sound weird, but is there a way to not send a data value in a field? Context: I have a disabled TextInput with a placeholder ( just to show information) but I don't want that value to be saved
4 Replies
already did that but didn't work :/
Solution
Use a Placeholder field instead of a TextInput field.
->dehydrated(false) should work though with a text input.