kikonen/select_svelte

Conform to spec for boolean attributes

Closed this issue · 2 comments

https://gerardnico.com/web/html/boolean

"The values “true” and “false” are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether."

Thus using "true" and "false" values is NOT valid in dataset

Fixing this requires now doing breaking change in API

Breaking changes

  • data-ss-keep-result¨=> data-ss-no-cache
    ** should have minimal effect, affects only if cache was tried to be turned off