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
Inputs of type boolean can use the "default" option to choose an option which will be selected by default.
This "default" option does not work for select inputs with string options. It should be possible to define which will be selected.
The text was updated successfully, but these errors were encountered:
I actually can't replicate this on the develop branch. Seems to be working fine now.
Schema example:
"_selectTest": { "type": "string", "default": "blue", "inputType": { "type": "Select", "options": [ "red", "blue" ] } }
Sorry, something went wrong.
I've experienced a similar issue. From what I can deduce so far default options work fine on extensions but are blank on components.
We've had this issue recently with the Trickle extension since we've upgraded the latest version of the AT.
No branches or pull requests
Inputs of type boolean can use the "default" option to choose an option which will be selected by default.
This "default" option does not work for select inputs with string options. It should be possible to define which will be selected.
The text was updated successfully, but these errors were encountered: