Allow to select multiple options in select input

Hello,

would be possible to extend select input functionality in pipeline to support selection of multiple options at the same time or alternatively add checkbox input?

We currently use text input as a workaround:

  - block: ":rocket: Deploy to production! :dragon:"
    branches: "master"
    fields:
      - text: "Which components you want to deploy?"
        key: "components"
        required: true
        default: "admin platform-api-v4 rw-api workers cronjobs"

Thanks.

Good news, we’ve just added support for this:

No need to use a text input anymore :raised_hands:t3: