How to specify empty value for Typed Parameter
Hello Guys,
Could you help me solve this simple issue:
I have a typed configuration parameter:
NAME: BLABLA
Kind: Configuration parameter
Value: DEF
Spec:select data_1='DEF1' data_2='DEF2' data_3='DEF3' display='normal' multiple='true' valueSeparator=';'
But sometimes I need to specify empty value, and when I uncheck all marks I get "One of entered values '' is not one of valid select item values: DEF1;DEF2;DEF3"
TeamCity: 8.1.2
Thank you.
Please sign in to leave a comment.
In the edit text area you can use "label => value" syntax. For instance, => or Empty=> would work
Hi
This however still displays an empty box (or one labelled "Empty") in the select list.
Isn't it possible for "No checkboxes selected" to resolve to an empty value somehow?
Thanks
Riko