So i tried to make a good looking fast working search box.
I have a list of countries in a repeating group which is preloaded to the group via set states to make it faster. Contents of RG are showed filtered with input’s value. So technically it works. BUT… RG contents instantly react to first letter typed in an input. So when i type A, it instantly shows all countries containing that A without a need to press enter, but when i continue typing a word, nothing happens. I have to stop typing and wait for a couple seconds and only then RG contents refresh or i have to press enter. That makes custom searchbox look and work a little odd, like it’s a bug or unfinished product.
Can anyone tell me if it is the way it should be? I tried all workarounds i could imagine, nothing works. Any ideas?