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

fix: ensure filter is not cleared upon closing the side panel #68

Closed lovelindhoni closed 3 months ago

lovelindhoni commented 3 months ago

Just passed down the filter prop from drawer to filter component.

Resolves #57.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

Description

What is the purpose of this pull request?

This PR fixes the issue of filter input clears upon closing and reopening side panel

Screencast from 2024-03-22 13-57-19.webm

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.


@stdlib-js/reviewers