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
A trivial example: https://observablehq.com/d/5fe4589e8a936dd0
viewof search = Inputs.search(penguins) Inputs.bind(Inputs.search(penguins), viewof search)
results in error TypeError: Cannot set property value of #<HTMLFormElement> which has only a getter
TypeError: Cannot set property value of #<HTMLFormElement> which has only a getter
The text was updated successfully, but these errors were encountered:
.query
See also #12 (comment)
Sorry, something went wrong.
No branches or pull requests
A trivial example:
https://observablehq.com/d/5fe4589e8a936dd0
results in error
TypeError: Cannot set property value of #<HTMLFormElement> which has only a getter
The text was updated successfully, but these errors were encountered: