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
As of today, we are not able to set default values for radio buttons with a value field like we can do with other fields.
const fields = [ { "type": "radio", "name": "my-name", "extra": { "items": [ { "value": 1, "title": "One", "name": "one" }, { "value": 2, "title": "Two", "name": "two" }, { "value": 3, "title": "Three", "name": "three" }, { "value": 4, "title": "Four", "name": "four" } ] }, "value": 4 // --> won't do anything } ];
Example repl.
The text was updated successfully, but these errors were encountered:
Just made a PR for this. It should fix this. Though I'm not sure on how to test it.
Sorry, something went wrong.
@Lucasmiguelmac thank you for your investigation, i already working to build next version with different updates and fixes many issues
No branches or pull requests
As of today, we are not able to set default values for radio buttons with a value field like we can do with other fields.
Example repl.
The text was updated successfully, but these errors were encountered: