dyaliCode / svelte-formly

Generator dynamic forms for Svelte JS
https://svelte.formly-js.com
MIT License
253 stars 30 forks source link

Ignore case in autocomplete #43

Open Lucasmiguelmac opened 2 years ago

Lucasmiguelmac commented 2 years ago

Autocomplete field is awesome, but as of today you can't miss the case, otherwise it won't autocomplete

kamalkech commented 2 years ago

can you give more details to answer u

Lucasmiguelmac commented 2 years ago

Yes. If in your autocomplete options you have "Spain" as an item. If you type "spain", it won't autocomplete to spain because the latter one starts with a lowercase "s" instead of an uppercase one ("S").

We could implement this with a ignoreCase boolean.

dyaliCode commented 2 years ago

@Lucasmiguelmac i guess this issue it s already fixed on last version with big update like add typescript...etc, checkout new documentation site https://svelte.formly-js.com