Do I still need to do ->disabled()->dehydrated(false) in v3?
I remember in v2 we always have to do ->disabled()->deydrated(false) to ensure the form field is read only and not editable. But I'm not sure about v3.
3 Replies
Yes
confirm? Because i see this in the official docs for v3
When i read it, it sounds like just ->disabled() is enough for v3 & ->dehyrated(false) is not needed if i want the form field to be uneditable totally

Oh. I always mix them up. I thought you wanted to save the disabled field.