How to fill a field after updating another field?
Hi, I got a text field
name
which is updating company_name
and account_name
when creating a resource. How to fill these fields after updating name
?2 Replies
and as well: How do I validate based on other fields?
Use $get and $set
There are examples in docs
Also you can use search here for more examples