autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

Strict Mode

Open ack202 opened this issue 5 years ago • 1 comments

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

ack202 avatar Apr 25 '20 16:04 ack202

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.

trevoreyre avatar Apr 28 '20 01:04 trevoreyre