DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

dnn-searchbox has a boolean prop that defaults to being true #1118

Closed valadas closed 2 months ago

valadas commented 2 months ago

In HTML, props that are boolean are false by default and true if provided. this could lead to unexpected behavior in different browsers and when using the property vs the attribute. We need to change that prop to something else, either the debounce amount or a boolean that has a false default instead.