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
When adding button field, using actions.addField.. The label submitted is not set in the textbox, only as the title.
addField({ "type": "button", "label": 'Submit 22', "className": "btn btn-primary", "style": "primary" }, undefined);
The text was updated successfully, but these errors were encountered:
can you share your config? i was not able to replicate this behavior.
Sorry, something went wrong.
I am also unable to replicate the original report.
No branches or pull requests
When adding button field, using actions.addField.. The label submitted is not set in the textbox, only as the title.
addField({ "type": "button", "label": 'Submit 22', "className": "btn btn-primary", "style": "primary" }, undefined);
The text was updated successfully, but these errors were encountered: