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
In the Select editor, renderOptions will call setValue with this.value after rendering children.
However, if the chosen value in a selection has changed, this only triggers a change event, it doesn't update the "internal" this.value variable.
When renderOptions is called, we may want to reselect the previous value. How should we handle this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Select editor, renderOptions will call setValue with this.value after rendering children.
However, if the chosen value in a selection has changed, this only triggers a change event, it doesn't update the "internal" this.value variable.
When renderOptions is called, we may want to reselect the previous value. How should we handle this?
The text was updated successfully, but these errors were encountered: