|
hello,
thanks for all the suggestions. They are all good options. I have tried a couple for what I am trying to do but is what I really need is for an autocomplete box which when you select from the drop down not only does it bring through the value you clicked but also some other values too.
For instance I could have a file the autocomplete is reading from with a list of data like this:
"australia, 9, 8 ,0"
"albania 8, 7 ,8"
the autocomplete would bring through the whole string but I would rather have:
"australia"
"albania"
and have the numbers brought through too but transparently to the user. Is this achievable????
Thanks.
|