Mobius1 / Selectr

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

Method clear for one item #113

Closed TchernyavskyDaniil closed 5 years ago

TchernyavskyDaniil commented 5 years ago

How can I clear just one item fron array, not all? Is that possible?

trailsnail commented 5 years ago

Which array do you mean, where you want to clear only one item? The provided clear method clears all selections. See Documentation

TchernyavskyDaniil commented 5 years ago

It’snt works for me. nvm, my pr accepted