microsoft / vsts-extension-multivalue-control

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

'&' Ampersand Character Splits into Multiple Values #111

Closed nbdb closed 1 year ago

nbdb commented 5 years ago

When I originally select an option that contains an '&' it looks ok:

Capture1

But upon selecting save, it breaks at the '&': Capture2

We'd prefer to be able to keep the name as stored in our CRM software to help our internal reporting and billing. Thanks!

AminTi commented 1 year ago

Hi!, please let me know if you till having the same issue

nbdb commented 1 year ago

This is corrected! It does look like the search is now case-sensitive though. I’d personally prefer if it wasn’t – I could open a new request for this if you’d like.

Thanks!

From: AminTi @.> Sent: Tuesday, February 14, 2023 7:27 AM To: microsoft/vsts-extension-multivalue-control @.> Cc: Niklas Bauer @.>; Author @.> Subject: Re: [microsoft/vsts-extension-multivalue-control] '&' Ampersand Character Splits into Multiple Values (#111)

Hi!, please let me know if you till having the same issue

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vsts-extension-multivalue-control/issues/111#issuecomment-1429668841, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK4G7GCX2MX7SK52SZ7URL3WXN2YLANCNFSM4H5FTFKA. You are receiving this because you authored the thread.Message ID: @.**@.>>

babicahmed commented 11 months ago

Still, the same issue persists when the backfield used is 'Text (multi-line field)'. When the backfield is 'Text (single line)' it works fine.

So, the ampersand '&' character splits into multiple values when the backfield is a multi-line field. We need to use this field type as a single line exceeds the number of characters that can be used, so when using 'Select All', it does not work.