Disabling dropdown does not work as it should.
See original GitHub issueDescribe the bug Disabling dropdown does not work as it should.
To Reproduce Steps to reproduce the behavior:
- Create
<Dropdown disabled={true}>
with some items. - Open the rendered component.
Expected behavior Rendered Dropdown should be disabled, but it is not.
Versions
react-bulma-components:
: ^3.4.0bulma
: ^0.9.2react
: ^17.0.2- Browser: Google Chrome 90.0.4430.212
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
jquery attr is not working to disable a dropdown - Stack Overflow
I think what you are trying to do is to enable/disable the select based on whether the checkbox is checked. jQuery(function($) ...
Read more >How to disable the drop-down list in HTML5 ? - GeeksforGeeks
A disabled drop-down list is un-clickable and unusable. It is a boolean attribute.
Read more >Dropdowns - Bootstrap
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown ...
Read more >Disable/Enable dropdown based on dropdown selection
Solved: Hi all how can I disable certain fields based on my dropdown selection? For example, if I pick packaging supply disable ingredients ......
Read more >Dropdown can not disable - Development - Aras Community
Hi Field Type use Dropdown I want to disable this dropdown, so write a method onFormPopulated event. Method Code: var sel_imie = $('select[name="_list"]'); ......
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
@chonla released on https://github.com/couds/react-bulma-components/releases/tag/v4.0.6
Hi @chonla. I was checking the bulma documentation Iand didn’t found a
disabled
state for the dropdown. We can think on maybe add it but for know I prefer not to do it to not divert too much from Bulma.If you want to add a feature request we can discuss it and see what the community think about. meanwhile I’m closing this due its not a bug