mskocik / svelecte

Flexible autocomplete/select component written in Svelte,
https://svelecte.vercel.app
MIT License
471 stars 43 forks source link

Special Characters are encoded in label text #255

Closed EniacMlezi closed 1 month ago

EniacMlezi commented 1 month ago

Special characters get encoded when displayed in the dropdown text. e.g. '<' becomes <, '>' becomes >, etc.

REPL

mskocik commented 1 month ago

Fixed in 4.3.1