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
Can we show 3 letter country names in the select field drop down list(USA, CAN...) . Right now values are showing in default 2 letter names .
There will be some cases where we need to pass 3 letter country names .
= f.country_select :country, {priority: %w(US CA)}, prompt: 'Please select a country'
Thanks in advance .
The text was updated successfully, but these errors were encountered:
Yes ! I would love this posibility as well.
Is there any plan to implement it ?
Thanks and regards.
Sorry, something went wrong.
+1
No branches or pull requests
Can we show 3 letter country names in the select field drop down list(USA, CAN...) . Right now values are showing in default 2 letter names .
There will be some cases where we need to pass 3 letter country names .
= f.country_select :country, {priority: %w(US CA)}, prompt: 'Please select a country'
Thanks in advance .
The text was updated successfully, but these errors were encountered: