microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

User-entered values always render and store in lower case #128

Closed qJake closed 2 years ago

qJake commented 4 years ago

When users are allowed to enter their own values, the casing of the selection is not preserved. Instead, lowercase is forced.

image

We use this control for clients (for which we have acronyms), so it's important that the casing be maintained during user input. The client should be listed as "ABC", not "abc".

jeffrey-chongsathien-oxinst commented 3 years ago

I just tried to report this as a bug in the Azure DevOps feedback portal and they referred me to here.

https://developercommunity.visualstudio.com/t/multivalue-control-ignores-case-sensitivity/1528266?from=email