You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably wrong regex is used to remove the dark classes. It seems that with the dark classes the following escape characters are removed as well. In my example "text-gray-800" should be "text-gray-800\" in two occasions at "toggleTag" and "optionTemplate". The text-gray-500" should be text-gray-500\" for the "extraMarkup" as well.
Probably other examples are affected as well.
The text was updated successfully, but these errors were encountered:
I have the same problem here. I can confirm that the escaping is indeed the problem. After fixing it i get weird borders in my inputs which I can not get away tho. @Gordi90 did you solve this problem somehow?
Steps to reproduce
data-hs-select
is invalid.Here is the given JSON for the country selector example
Validator screenshot:
I didn't check all the examples, but https://preline.co/plugins/html/advanced-select.html#example is also affected
Suspected cause
Probably wrong regex is used to remove the dark classes. It seems that with the dark classes the following escape characters are removed as well. In my example
"text-gray-800"
should be"text-gray-800\"
in two occasions at "toggleTag" and "optionTemplate". Thetext-gray-500"
should betext-gray-500\"
for the "extraMarkup" as well.Probably other examples are affected as well.
The text was updated successfully, but these errors were encountered: