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
I'm not sure there's a way to do that... have you tried using a callback in
->disabled()
on the original field?