-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
(Case Converter) Add lowercase and uppercase #534
(Case Converter) Add lowercase and uppercase #534
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why using strippedInput
? for the upper and lowercase it may be relevant to just use input
?
I used it so it lines up with how the other formats are converted. If it's not stripped, lower -and uppercase are the only that keep numbers and special characters and it looks really wrong. It's really a question if anything but letters should be allowed at all. |
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…Th#497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Kudos, SonarCloud Quality Gate passed!
|
Hi @marvin-j97 ! Thanks again and sorry for the delay, I'm kinda really busy at the moment 🙏🏻 |
Closes #532