groenroos / minimalect

Minimal select replacement for jQuery
350 stars 52 forks source link

Disable elements or reinitialization #75

Open kvelaro opened 6 years ago

kvelaro commented 6 years ago

So my question is how to disable element and display it disabled, so user cannot select it. At html build I put disabled attribute. At js initialization nothing about disabling happens.

Tried to delete disabled elements and reinit select element by this plugin, without success.

User has some interactions in interface.

P.S, not satisfied with this plugin