How to get the component instance of another input under afterStateUpdated method?

Is there a way to get the component instance of another input component in the afterStateUpdated method to perform modifications on that componet? (e.g. disabling it)
1 Reply
Patrick Boivin
I'm not sure there's a way to do that... have you tried using a callback in ->disabled() on the original field?

Did you find this page helpful?