inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Inputs.bind errors with Inputs.search

Open enjalot opened this issue 3 years ago • 1 comments

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

enjalot avatar Sep 13 '22 22:09 enjalot

See also https://github.com/observablehq/inputs/issues/12#issuecomment-769346001

mootari avatar Oct 30 '22 09:10 mootari