Mobius1 / Selectr

A lightweight, vanilla javascript select box replacement. No dependencies.
MIT License
313 stars 77 forks source link

Disable select #127

Closed AndiLeni closed 5 years ago

AndiLeni commented 5 years ago

Hello,

is it possible to disable the select box?

Regards Andi

AndiLeni commented 5 years ago

Nevermind, I figured out I simply could use .disable(); for this.