Describe the bug
The capture attribute for input has the type declared as Boolean, but it should instead be String.
To Reproduce
N/A
Expected behavior
I expect to be able to specify the allowed capture input values of user and environment.
Additional context
Here's a link for the documentation, and a notte on how this used to be true, but not anymore.
Describe the bug
The
captureattribute forinputhas the type declared asBoolean, but it should instead beString.To Reproduce
N/A
Expected behavior
I expect to be able to specify the allowed
captureinput values ofuserandenvironment.Additional context
Here's a link for the documentation, and a notte on how this used to be true, but not anymore.