Closed jquesada2016 closed 6 months ago
Describe the bug The capture attribute for input has the type declared as Boolean, but it should instead be String.
capture
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.
Sorry, opened in the wrong repo!
Describe the bug The
capture
attribute forinput
has the type declared asBoolean
, but it should instead beString
.To Reproduce N/A
Expected behavior I expect to be able to specify the allowed
capture
input values ofuser
andenvironment
.Additional context Here's a link for the documentation, and a notte on how this used to be true, but not anymore.