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
Dennis Koch
Dennis Koch3mo ago
Yes
pocket.racer
pocket.racerOP2mo ago
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
No description
Dennis Koch
Dennis Koch2mo ago
Oh. I always mix them up. I thought you wanted to save the disabled field.

Did you find this page helpful?