vsts-extension-multivalue-control
vsts-extension-multivalue-control copied to clipboard
Fixes #307: Filter out semicolon separated values to prevent them from showing up as separate options.
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