Appsilon / reactable.extras

Extra features for reactable package
https://appsilon.github.io/reactable.extras/
38 stars 4 forks source link

fix: make dropdown work with a singular choice #61

Open TymekDev opened 1 month ago

TymekDev commented 1 month ago

Issue #60

Description

Prior to this change a singular value wasn't serialized as an array. This lead to JS errors when trying to set options.

Definition of Done