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.
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.
thanks.
@mike.maxwell Is this on the roadmap?
I don't recall this being added, and just testing it, it wasn't.
Or... better yet.. implement it because modifying the documentation is 10x harder for programmers than just implementing it