I have an autocomplete textbox:
TextFields.bindAutoCompletion(txt_numberOfCard_GENERAL, PossibleWords);
How can I change the text size and color of the autocomplete drop-down list?
I have an autocomplete textbox:
TextFields.bindAutoCompletion(txt_numberOfCard_GENERAL, PossibleWords);
How can I change the text size and color of the autocomplete drop-down list?