slim-select
slim-select copied to clipboard
valuesUseText=true not working
According to the example, lets see the following line:
{innerHTML: '<i>Slim Select you are awesome</i>', text: 'Slim Select awesome'}
When the "valuesUseText" is true, I expect to see the selected value "Slim Select awesome", but I see full text without Italic.
What's the purpose of the "text" value, if it is ignored?