A dontSave() method for form components #302
-
There might already be an easy way to do this, but I haven't found it yet. I have created a custom form component because I want certain data displayed to me while editing a record, but that component doesn't actually correspond to a column in the database. Unfortunately if I try to use it, it tries to save data in the column that corresponds to the name of the component. So what I'd love is something like this...
Basically this would allow me to create dummy components that sit in the form but don't actually impact the record. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
How about disabling the input? Any disabled input will not submitted |
Beta Was this translation helpful? Give feedback.
How about disabling the input? Any disabled input will not submitted