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
It isn't possible to deselected a radio buttons.
To allow, i try to change :
cornerstone/assets/js/theme/common/product-details-base.js
Line 67 in 53e5b5e
to
if ($radio.attr('data-state') === undefined)
but it isn't perfect because sometime radio not checked.
The text was updated successfully, but these errors were encountered:
@bichelesi this is standard behaviour for radio buttons - its required and to deselect one you always need to select other.
Sorry, something went wrong.
@yurytut1993 It’s standard HTML behaviour but there is a custom function to do this.
/** * Allow radio buttons to get deselected */
It’s useful when you have disable option. Without this behaviour, you have to refresh if you want to change option,.
No branches or pull requests
It isn't possible to deselected a radio buttons.
To allow, i try to change :
cornerstone/assets/js/theme/common/product-details-base.js
Line 67 in 53e5b5e
to
but it isn't perfect because sometime radio not checked.
The text was updated successfully, but these errors were encountered: