Hi
When i use the Combo box begin Editing event, if i use ComboBox.text, it will show the text before edited. i.e when i change from "text1" to "text" in the combo box, the event will return me "text1".
Is there a way to get the new text i.e. "text" in the BeginEditing event?
EndEditing will only be triggered when the focus is out of the combo box
Can you please advise me how to implement a feature whereby when i type in a character in the text field, the event will be triggered to add data into the picker?
please advise
thanks
chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
I have changed the above to using the search box with UITableView. However, is it possible to modify the search function to search for partial match?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
When i use the Combo box begin Editing event, if i use ComboBox.text, it will show the text before edited. i.e when i change from "text1" to "text" in the combo box, the event will return me "text1".
Is there a way to get the new text i.e. "text" in the BeginEditing event?
EndEditing will only be triggered when the focus is out of the combo box
Can you please advise me how to implement a feature whereby when i type in a character in the text field, the event will be triggered to add data into the picker?
please advise
thanks
chris
hi
I have changed the above to using the search box with UITableView. However, is it possible to modify the search function to search for partial match?