react-native-form-generator
react-native-form-generator copied to clipboard
Removes toUpperCase call on Separator label
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.