Accessing a form component from another
Hello,
I would like to know if it is possible to access another component from a component. For example, I'd like to modify the
I tried something like this, I can access the other component, but
I've got this working, but I'd like if possible to avoid redoing an SQL request for nothing.
TY !
I would like to know if it is possible to access another component from a component. For example, I'd like to modify the
placeholder of a TextInput according to a record field selected in a Select.I tried something like this, I can access the other component, but
getSelectedRecord is still null, as if the state didn't changeI've got this working, but I'd like if possible to avoid redoing an SQL request for nothing.
TY !