You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Microsoft Edge, on changing the disabled property value of a custom radio button from JavaScript, the display of radio button is not updated. The display of radio button is updated correctly on Firefox (65), Chrome (72.0.3626.96), IE11 (11.590.17134.0).
OS: Windows 10 (1803)
Browser: Microsoft Edge (42.17134.1.0)
Expected Behavior: Every time the 'disable/enable' button is clicked, radio buttons will be disabled/enabled.
Result: On Microsoft Edge, radio buttons are always displayed as if it is enabled.
The text was updated successfully, but these errors were encountered:
In my project, [disabled] ~ _ {} has deleted by webpack production build process. Dummy style such like [disabled]~_{font-size:inherit} solved this probrem.
On Microsoft Edge, on changing the
disabled
property value of a custom radio button from JavaScript, the display of radio button is not updated. The display of radio button is updated correctly on Firefox (65), Chrome (72.0.3626.96), IE11 (11.590.17134.0).OS: Windows 10 (1803)
Browser: Microsoft Edge (42.17134.1.0)
Sample: https://codepen.io/4dn-oss/pen/KJeOdz
Expected Behavior: Every time the 'disable/enable' button is clicked, radio buttons will be disabled/enabled.
Result: On Microsoft Edge, radio buttons are always displayed as if it is enabled.
The text was updated successfully, but these errors were encountered: