[IMPLEMENTED] Insensitive Tag Suggestion

Given a tag input with allowed values like : house , tree, car

Behavior
Now when I enter Hou it doesnt suggest “house” as the casing of the first letter doesn’t match. Same with the others letters.

Expected
There should be at least an option indicating wether the suggester should be case(in)sensitive.

So when I type “Hou” it should suggest house. When the text is autocompleted it should complete to the value that is set so result is house