Actions
Feature proposal #4196
closedImplement new Basic and Advanced toggle for select field values
Description
Basic will be the current usage, but Advanced would provide a textarea to supply text/value pairs per line so you can easily copy/paste values between fields or systems. Example formats as follows.
- Value:Label
- Value>Label
- Value=>Label
- Value,Label
- Value : Label
- Value > Label
- Value => Label
- Value, Label
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Strict separator usage of SPACE=>SPACE is implemented. Example as follows.
Value 1 => Label 1
Value 2 => Label 2
Value 3 =>
Value 4 => Label 4
Separate multiple values with a linebreak. Simply remove a value to remove it.
Actions