Autocomplete not working on select and another bug
-
I have a field like this example:
[select* your-province autocomplete:address-level1 first_as_label "Provincia *" "Rimini|RN" "Roma|RM"]
There are two problems:
1)autocomplete
field doesn’t appears in the source of the webpage
2) It set options likle<option value="Rimini">Rimini</option>
instea of<option value="RN">Rimini</option>
What can be done?
- The topic ‘Autocomplete not working on select and another bug’ is closed to new replies.