mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

[API] “disable( true )” should make the Flounder unfocusable #182

Open conor-cafferkey-sociomantic opened 7 years ago

conor-cafferkey-sociomantic commented 7 years ago

Currently

A Flounder that has been disabled using the disable API method is still focusable.

Problem

Inconsistent with expected/native behavior.

Wanted

Calling disable( true ) should:

(and disable( false ) should revert the above)

Related

https://github.com/sociomantic-tsunami/flounder/issues/135