I am creating a form on the admin side with the UI component, so I want to know that is tag is used in the field and how to add that tag in the UI component.
~ ~ thank you in advance!
I am creating a form on the admin side with the UI component, so I want to know that is tag is used in the field and how to add that tag in the UI component.
~ ~ thank you in advance!
Copyright © 2021 Jogjafile Inc.
The dataScope node allows you to change a value for the name attribute of your input (field), e.g.
When you use something as a value to dataScope it means your output will be like
<input name="something" ... >You can find more information in the following Answer