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
Package version (if known): 0.4.0
It's not possible to set defaultValue for SelectField component.
defaultValue
SelectField
<SelectField fieldPath={`${key}.scheme`} label={'Scheme'} options={options} defaultValue={options[0].value} // this part does not work />
Tried to set it in this line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version (if known): 0.4.0
Describe the bug
It's not possible to set
defaultValue
forSelectField
component.Example
Tried to set it in this line
The text was updated successfully, but these errors were encountered: