Change input label dynamically
Hi! How can i change an Input Label according the another field/select/radio selected value?
For example:
I'm trying to change the label "Nome do Proprietário" to "Nome do Terceiro" when i choose "Terceiro" on the previous input.
3 Replies
i tried with reactive() and using afterStateChanged on "Proprietario" input and using $set but i think $set is used to set the value, not the label of input.
and make
other field
reactiveamazing! worked like a charm!
Thank you!