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

PropertyFieldCustomList - CustomListFieldType.string displayed in upper case #18

Open
cool-abhi opened this issue Nov 1, 2017 · 3 comments

Comments

@cool-abhi
Copy link

The CustomListFieldType.string in PropertyFieldCustomList is displaying data in uppercase in version 1.3.7. This is because in CSS (PropertyFields.module) text-transform is set to UpperCase

NewsSticker_Caps.docx

@prawnz
Copy link

prawnz commented May 13, 2018

Can this be fixed asap?

@prawnz
Copy link

prawnz commented May 14, 2018

This also affects the description btw

@mhammadsiddiqui
Copy link

Try css styling to fix this,
I fix this using following style;

.ms-Modal-scrollableContent {
  .ms-Dialog-inner #input-Title {
    text-transform: capitalize;
  }

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

No branches or pull requests

3 participants