react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Removes toUpperCase call on Separator label

Open jaredtibs opened this issue 8 years ago • 0 comments

This pull request removes the toUpperCase() call on the separator label. Some developers might not want an all uppercase label, depending on the style of their app. This allows the freedom to choose based on your label prop.

Otherwise, to my knowledge, there is no way around the uppercase with the current code. Please correct me if I'm wrong.

Open to all thoughts and suggestions. Thank you.

jaredtibs avatar Jan 30 '17 00:01 jaredtibs