pstanoev / simple-svelte-autocomplete

Simple Autocomplete / typeahead component for Svelte
http://simple-svelte-autocomplete.surge.sh/
MIT License
464 stars 78 forks source link

Clearable Button clickable when disabled/readonly #145

Open philippone opened 2 years ago

philippone commented 2 years ago

Hi,

I want to disable the control via disabled (or readonly) property but the clear button is still clickable and removes the value from selectedItem.

I would expect that the clearable section is not visible or the button is disabled, too.

philippone commented 2 years ago

146 do not show clearable section when control is disabled(readonly)