question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disabling dropdown does not work as it should.

See original GitHub issue

Describe the bug Disabling dropdown does not work as it should.

To Reproduce Steps to reproduce the behavior:

  1. Create <Dropdown disabled={true}> with some items.
  2. Open the rendered component.

Expected behavior Rendered Dropdown should be disabled, but it is not.

Versions

  • react-bulma-components:: ^3.4.0
  • bulma: ^0.9.2
  • react: ^17.0.2
  • Browser: Google Chrome 90.0.4430.212

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
coudscommented, May 28, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found