I have a combobox with dynamic dropdown list, but when i press the down key
It selects a word from the dropdown list and then all the other options disapear(works as it should)
Example:
When i type "choc"
I get the options
"chocolata" and "chocolate milk"
If i want to select the chocolate milk i want to be able to do it with the down key but i cant because when i press the down key it selects the first option which is "chocolata" and because the dropdown is dynamic it makes the other options unavalible
How can i tackle this problem while still having the dynamic dropdown?
Hope i made my problem understandable,
Thx in advance!
It selects a word from the dropdown list and then all the other options disapear(works as it should)
Example:
When i type "choc"
I get the options
"chocolata" and "chocolate milk"
If i want to select the chocolate milk i want to be able to do it with the down key but i cant because when i press the down key it selects the first option which is "chocolata" and because the dropdown is dynamic it makes the other options unavalible
How can i tackle this problem while still having the dynamic dropdown?
Hope i made my problem understandable,
Thx in advance!
Last edited: