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
Solution:
Use a Placeholder field instead of a TextInput field.
Jump to solution
4 Replies
ingmontoya
ingmontoyaOP15mo ago
already did that but didn't work :/
Solution
awcodes
awcodes15mo ago
Use a Placeholder field instead of a TextInput field.
awcodes
awcodes15mo ago
->dehydrated(false) should work though with a text input.

Did you find this page helpful?