We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code still show first region from the list (Alsace), not default value:
<div class="form-group"> <label for="country">Country</label> <select name="country" class="form-control crs-country" data-region-id="one" data-value="shortcode" data-default-value="FR" data-show-default-option="false"> </select> </div> <div class="form-group"> <label for="state">State or region</label> <select name="state" class="form-control" id="one" data-default-value="Franche-Comté" data-show-default-option="false"> </select> </div>
The text was updated successfully, but these errors were encountered:
Good catch, thanks @alexdruk. I'll take a look.
Sorry, something went wrong.
3c6ccb1
This has been fixed in 0.3.4 - just released.
No branches or pull requests
The following code still show first region from the list (Alsace), not default value:
The text was updated successfully, but these errors were encountered: