Working form field on ViewRecord?
I have an Input form at the top of the long form that i use for search for input fields. Works great on edit, but on viewrecord, its disabled. Is there a way not to disable this single input field on ViewRecord? Its set to dyhydrated(false) anyway, so its never used for actual saving anything.
2 Replies
I’m not sure it’s possible since the ViewRecord sets the entire form to disabled.
Ugh, that’s frustrating