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
2.15.5
Chrome 92.0.4515.159(x86_64)
2.6.14
https://codepen.io/wrma/pen/gOWVvgQ
Radio's checked state reset to the first one
Radio's checked state not reset
The text was updated successfully, but these errors were encountered:
I find radio-button's active style is depend on the checked state like this:
but browser will cache the 'checked' status, this solution add autocomplete="off" on the input https://stackoverflow.com/questions/37933043/reset-checkbox-checked-state-go-back-from-history
autocomplete="off"
or can active style becomes data driven instead of relying on the native checked status?
Sorry, something went wrong.
+1
cs1707
Successfully merging a pull request may close this issue.
Element UI version
2.15.5
OS/Browsers version
Chrome 92.0.4515.159(x86_64)
Vue version
2.6.14
Reproduction Link
https://codepen.io/wrma/pen/gOWVvgQ
Steps to reproduce
What is Expected?
Radio's checked state reset to the first one
What is actually happening?
Radio's checked state not reset
The text was updated successfully, but these errors were encountered: