province field autocomplete doesn't work after form_error() rejects the form
Harry Slaughter - June 17, 2009 - 22:36
| Project: | Location |
| Version: | 6.x-3.1-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
to reproduce:
* create a new node with a location property where at least country and province input are enabled
* select a country and enter an invalid province
* submit form
* form errors should be set indicating an invalid province; go to that field and attempt to enter a correct province
note: the autocomplete functionality does not work.
