Skip to content
New issue

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

Added new setting to display that can force labels to be in lowercase or uppercase #1674

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cl-fontana
Copy link

Hello!
I added the possibility of forcing the labels to lowercase or uppercase only. The default behavior is to leave the labels unchanged.

@cl-fontana
Copy link
Author

This should fix the issue #1487

: messages[DISPLAY_SIZE_STANDARD]
)}
<MenuItem value={values[name][0]}>
{this.props.intl.formatMessage(messages[values[name][0]])}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a constant for the Array position to avoid Magic Numbers

Copy link
Collaborator

@tomivm tomivm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your Help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants