Skip to content
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

Fixes #307: Filter out semicolon separated values to prevent them from showing up as separate options. #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

programaka
Copy link

This PR fixes #307, where the multivalue control displayed saved semicolon-separated values alongside the predefined list of values. This was due to a change in the getAllowedFieldValues API, which now returns both predefined and user-saved values.

Testing:

  • Verified that the dropdown no longer shows duplicate values.
  • Confirmed that predefined values without semicolons are still correctly displayed.
  • Tested with both 'Allow users to enter custom values' selected and unselected.

@AminTi

@jplndry
Copy link

jplndry commented Nov 29, 2024

Any idea when this will be merged into master such that we can have the fix in Azure Devops Service?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control adds selected values as a new list item
4 participants