I would like to be able to format the autocomplete label in my form to be bold. Where can I make that change?
0
-
Hi Lee,
Which label do you mean when you say "autocomplete label"?:
0 -
Neither. The label property is the box that the user is typing in.
0 -
I think that the custom CSS is the way to go here.
0 -
Hi Lee,
DDS has the right advice here. Try an InjectCSS activity in the autocomplete's load event. Example configuration would be:
Content: .gcx-forms-autoComplete1 input[type='text'] { font-weight: bold; }
Url:
Then replace "autoComplete1" with the id of your autocomplete
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare