inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Search: `.query` does not update on input

Open mootari opened this issue 3 years ago • 1 comments

The search widget exposes an undocumented query property which is used in the Documentation notebook to set the query terms via JavaScript links.

Unfortunately query will only update when assigned via its setter, but not on user input. Since query also has a getter, it is probably reasonable to expect the value to match the current search input value.

mootari avatar Oct 29 '22 14:10 mootari

Related: https://github.com/observablehq/inputs/issues/237

mootari avatar Oct 30 '22 09:10 mootari