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
When creating custom fields, I have the option to select "dropdown", which results in a .customField[].type="list" being created. The options are predefined in .customField[].options[] with .customField[].options[].value being what github.com/adlio/trello calls cfval. It always contains a text field.
It would be great if dropdowns were supported by this library.
The text was updated successfully, but these errors were encountered:
When creating custom fields, I have the option to select "dropdown", which results in a
.customField[].type="list"
being created. The options are predefined in.customField[].options[]
with.customField[].options[].value
being what github.com/adlio/trello callscfval
. It always contains atext
field.It would be great if dropdowns were supported by this library.
The text was updated successfully, but these errors were encountered: