Selecting with multiple:true in driver not supported?

shows the list from options but does not seem to support multi-select:

input "x", "enum", title: "Y?", required: true, multiple: true, options: ['a', 'b', 'c']

thank you.

Correct, not implemented in drivers.

1 Like

thanks.

@mike.maxwell Is this on the roadmap?

I don't recall this being added, and just testing it, it wasn't.

1 Like

Or... better yet.. implement it because modifying the documentation is 10x harder for programmers than just implementing it :smiley:

2 Likes