vanillaSelectBox icon indicating copy to clipboard operation
vanillaSelectBox copied to clipboard

vanillaSelectBox does not work properly with lists that contain commas.

Open piburglar opened this issue 2 years ago • 0 comments

Discussed in https://github.com/PhilippeMarcMeyer/vanillaSelectBox/discussions/93

Originally posted by piburglar October 4, 2022 While the feature may work, technically, you cannot tell the user they have selected anything because the function setValue([] || '') does not allow/care for values that have commas in them, and therefore we cannot let the user know that they have selected anything.

piburglar avatar Oct 05 '22 23:10 piburglar