stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[Bug]: filter input clears upon closing and reopening side panel #57

Closed kgryte closed 3 months ago

kgryte commented 9 months ago

When using the filter input element in the side panel, the side panel updates the list of packages. Upon interacting with other elements on the page, the panel stays filtered and the filter string remains displayed in the input element.

Screenshot 2023-09-17 at 10 00 14 PM

However, upon toggling the display of the side panel, the filter string is removed and yet the side panel stays filtered. See screenshot below.

We should ensure that the filter string remains visible upon toggling the side panel.

Screenshot 2023-09-17 at 9 56 05 PM