My combobox consists of 3 items:
"Billable"
"Do Not Bill"
"No Charge"
I'd like to display Billable when the user enters "B" in the combobox. What if the user enters "Z"? Do I highlight "No Charge" or I don't highlight anything?
Do I have to write code to search for a matching item
(can anyone give me some sample, please?) or there is a simpler way?
Thank you.
"Billable"
"Do Not Bill"
"No Charge"
I'd like to display Billable when the user enters "B" in the combobox. What if the user enters "Z"? Do I highlight "No Charge" or I don't highlight anything?
Do I have to write code to search for a matching item
(can anyone give me some sample, please?) or there is a simpler way?
Thank you.