inputs
inputs copied to clipboard
Search: `.query` does not update on input
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.
Related: https://github.com/observablehq/inputs/issues/237