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.

Is it posible to disable particular select element?

See original GitHub issue

Hello,

I’ve implemented the MaterializeCss in our Magento template, and some of the dropdowns (select elements) are causing malfunctions. Is it posible to disable particular select elements?

In case anybody know’s how to fix it, Magento has the shipping price calculator and when the country is chosen, the Province dropdown is not beeing updated, if you can suggest a better way to fix it without disabling the Material styling, it would be great help.

Thank you and waiting for your reply,

Best wishes, Arthur

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
acupofjosecommented, May 20, 2016

Try $('select').not('.ignore').material_select()?

0reactions
fegacommented, Apr 19, 2017

Closed due inactivity, feel free to reopen it if it is still necessary.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disable all select option depend upon array - Stack Overflow
Assuming data is a valid JavaScript array you can iterate each value and disable the option that contains that value.
Read more >
When is it OK to Disable Text Selection? | CSS-Tricks
Using CSS, it's possible to prevent users from selecting text within an element using user-select: none. Now, it's understandable why doing ...
Read more >
Disable HTML elements - Orange digital accessibility guidelines
How to disable HTML elements in the page? ... It is still possible to disable a link by following 3 steps: remove the...
Read more >
How to Disable option 1-3 if Apply to all is selected and ...
Hi Community, I'm trying to work with disabled option 1-3 if Apply to all is selected and disable apply to all if option...
Read more >
How to disable an item of a dropdownlist? - MSDN - Microsoft
You can't "disable" items in a dropdownlist. A dropdownlist renders as an html Select element, and there are no properties that you can...
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