Hello all,
I have a question I hope someone can solve.
I have a TextInput field that I want to use the auto-fill dropdown fields.
This is the situation:

Brand has the items: "Apple" and "Samsung"
Model has the items: "iPhone" and "Galaxy"
Memory has the items: "32GB" , "64GB" and "128GB"
Now I want to get my default values based on the textinput above.
So if I fill in "Apple" I want the dropdown for brand to show the value "Apple".
And when I fill in "Apple iPhone", I want to get the brand value "Apple" and model value "iPhone" shown.
And so on.
When the value I use in the textinput isn't present in one of the dropdowns then it can just use "1" as default.
So I'm looking for something that search if part of the textinput matches one of the items in de dorpdowns.
Can anyone help me? Thanks in advance!
*EDIT: Maybe it's good to know that the order and values that can be in the text input are not pre determined. So I should also be able to only fill in the memory-value. Or I should be albe to first fill in the memory value and then the brand for example.