autocomplete
autocomplete copied to clipboard
Strict Mode
Hey, I was wondering if there is some kind of strict mode. Let's say we have a list of countries and the user starts typing germa and then hits the space bar. In this case we have germa instead of germany in the input field. In the end I want to have the country id in a hidden field. Thats working if the user behaves as I want...but only then :) Thanks
There isn’t really a great way to do that in the current version, unfortunately. I’m planning on giving much more control over rendering and providing values and events from the parent component in version 3. I’ll flag this issue to make sure I cover this use case.