We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
capture
Describe the bug The capture attribute for input has the type declared as Boolean, but it should instead be String.
input
Boolean
String
To Reproduce N/A
Expected behavior I expect to be able to specify the allowed capture input values of user and environment.
user
environment
Additional context Here's a link for the documentation, and a notte on how this used to be true, but not anymore.