svelte-formly icon indicating copy to clipboard operation
svelte-formly copied to clipboard

Ignore case in autocomplete

Open Lucasmiguelmac opened this issue 3 years ago • 3 comments

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

Lucasmiguelmac avatar Mar 29 '22 02:03 Lucasmiguelmac

can you give more details to answer u

kamalkech avatar Apr 02 '22 17:04 kamalkech

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.

Lucasmiguelmac avatar Apr 02 '22 19:04 Lucasmiguelmac

@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

dyaliCode avatar Jul 24 '22 00:07 dyaliCode