Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Stop auto lowercase of Name Field Attribute #678

Closed
khandokar opened this issue Dec 19, 2017 · 1 comment
Closed

Stop auto lowercase of Name Field Attribute #678

khandokar opened this issue Dec 19, 2017 · 1 comment
Labels

Comments

@khandokar
Copy link

khandokar commented Dec 19, 2017

Hi,

I note Field Name attribute is forced into lowercase. How can I force it to retain whatever case (title, pascal, camel) I choose to use?

i need to omit the omit the toLowerCase method

utils.safename = str => {
return str
.replace(/\s/g, '-')
.replace(/[^a-zA-Z0-9\[\]\_-]/g, '')
// .toLowerCase()
}

please help

thanks

kevinchappell added a commit that referenced this issue Nov 6, 2018
@kevinchappell
Copy link
Owner

🎉 This issue has been resolved in version 2.10.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

kevinchappell added a commit that referenced this issue Nov 6, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves #678

resolves #648
pfranza pushed a commit to pfranza/formBuilder that referenced this issue Nov 21, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves kevinchappell#678

resolves kevinchappell#648
kevinchappell added a commit that referenced this issue Dec 12, 2018
* fix(docs): Add missing documentation

Improve CI

* lock dependency versions except mi18n

* fix(safename): do not toLowerCase name fields

resolves #678

resolves #648
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants