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
When I set the locale to pt-BR, the rendering of the options table inside the select field is broken
This should behave as the first screenshot (the version without locale set)
If I set the locale to pt-BR, the UI is broken. Possibly happening on other locales as well, but untested.
Add to the options object something like:
i18n: { locale: 'pt-BR' }
And the result will be like screenshots 2 and 3
Screenshot 1 (without locale set) Screenshot 2 (locale set to pt-BR, mouse out) Screenshot 3 (locale set to pt-BR, mouse over)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
When I set the locale to pt-BR, the rendering of the options table inside the select field is broken
Environment Details:
Expected Behavior
This should behave as the first screenshot (the version without locale set)
Actual Behavior
If I set the locale to pt-BR, the UI is broken. Possibly happening on other locales as well, but untested.
Steps to Reproduce
Add to the options object something like:
And the result will be like screenshots 2 and 3
Screenshot
Screenshot 1 (without locale set)
![screen shot 2017-05-25 at 14 11 58](https://cloud.githubusercontent.com/assets/312820/26449893/193675f2-4155-11e7-90cd-b142768bb60d.png)
![screen shot 2017-05-25 at 14 12 24](https://cloud.githubusercontent.com/assets/312820/26449902/2652bcc8-4155-11e7-9736-41133b91af72.png)
![screen shot 2017-05-25 at 14 12 43](https://cloud.githubusercontent.com/assets/312820/26449910/3095d0a8-4155-11e7-954c-866b2c259103.png)
Screenshot 2 (locale set to pt-BR, mouse out)
Screenshot 3 (locale set to pt-BR, mouse over)
The text was updated successfully, but these errors were encountered: