Enter a state into the Strict client-side autocomplete field. Zapatec will consult a list of options to get a suggestion for completing the string. If you enter a state without an initial capital letter or a string that does not match a state name, the field will not be validated.
Server must respond with JSON object of the following format:
{
"success": true | false,
"generalError": "Human readable error description" // if success == false
"suggest": "suggested phrase" // if success == true
}