We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Seems like the issue is with purescript-react-basic-dom not this library, if you want to open the issue there.
purescript-react-basic-dom
Sorry, something went wrong.
Thanks for the correction. I clicked on the repo listed in the react-basic-dom library on pursuit and it pointed me here.
react-basic-dom
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: