The disabled property value is not reflected correctly in display of `b-form-radio` on Microsoft Edge
See original GitHub issueOn Microsfot Edge, changing the disabled
property of b-form-radio
does not affect the display. It will be reflected correctly in other browsers. Also, native radio buttons are correctly reflected in any browser.
Example: https://codesandbox.io/s/o7xrrqxoky
Expected: Every time the ‘disable/enable’ button is clicked, ‘native’ and ‘bootstrap-vue’ radio buttons will be disabled/enabled. Result: On Microsoft Edge, ‘native’ radio buttons behave as expeced, but ‘bootstrap-vue’ radio buttons are always displayed as if it is enabled.
On Firefox(65), Chrome(72.0.3626.96), all radio buttons behabe as expected.
OS: Windows 10 (1809) Browser: Microsoft Edge (44.17763.1.0) bootstrap-vue: 2.0.0-rc.11, dev(70ca4303442507ff34c1dc394b5354ee57683342)
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
IE 11 disabled buttons/links not shown as greyed out - MSDN
The disabled feature works (clicking on it doesn't do anything) but just not appeared as greyed out to be more intuitive like before....
Read more >EDGE does not support property disabled of style elements
Our first (best) workaround for this scenario (our scenario, see above) is to manipulate the media property (attribute) of the style ...
Read more >bootstrap-vue | Yarn - Package Manager
The directive versions are now reactive to trigger element title attribute changes and configuration changes. The component versions now perform better when ...
Read more >bootstrap-vue - UNPKG
1, {"version":3,"file":"bootstrap-vue.js","sources":["../src/utils/vue.js","../src/utils/env.js","../src/utils/warn.js",".
Read more >bootstrap-vue: Versions - Openbase
#6865 Set correct aria-haspopup attribute for the toggle button ... show-value-max prop to show possible max rating when show-value is true (#5200) (e9d54e6) ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Upstream issue I posted is: https://github.com/twbs/bootstrap/issues/28247
Closing as upstream at Bootstrap.