We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
i need to get the attribute that in the fields. how to get it?
i made this :
var options = { fields: { name: { label: 'Name', stylesheet : textInput, attrs: { idForm: 12, } }, }
how to get attrs the idForm? because when i call this.refs.form.getValue(); just send the value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
i need to get the attribute that in the fields. how to get it?
i made this :
how to get attrs the idForm? because when i call this.refs.form.getValue(); just send the value
The text was updated successfully, but these errors were encountered: