You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tasks.schema.json file, what is documented as "editableOptions": "True" actually must be "EditableOptions": "True", with capitalized E at the beginning
Expected behaviour
Picklist value can be edited manually
Actual behaviour
Picklist value canNOT be edited manually if used as documented on the schema file
Steps to reproduce
Create a new Extension contribution with a picklist field
Set options to "editableOptions": "True"
Picklist field will have incorrect behavior
The text was updated successfully, but these errors were encountered:
Environment
azure-pipelines-task-lib version:
Issue Description
In the tasks.schema.json file, what is documented as
"editableOptions": "True"
actually must be"EditableOptions": "True"
, with capitalized E at the beginningExpected behaviour
Picklist value can be edited manually
Actual behaviour
Picklist value canNOT be edited manually if used as documented on the schema file
Steps to reproduce
"editableOptions": "True"
The text was updated successfully, but these errors were encountered: