Skip to content

Commit

Permalink
fix(filters): Improves Clear button, Type plugins, docs, styles, and …
Browse files Browse the repository at this point in the history
…other

* refactor(filters): Add clear all button

- Fixes set filter value, it was not updating the control value, it was
also renamed from setFilterData to setFilterValue

- Creates functions to access filterMasterMap and renderMap data

* wip(filters): Improves general css and fixes a few issues

- Fixes 'resizeobserver loop limit exceeded' on react
- Fixes filters prop as a string on react

* docs(filters): WIP filters docs

* refactor(filters): General improvements

- Improves filters styles
- Changes from renders to type plugins

* docs(filters): Finishes filters documentation

* refactor(filters): Adds support of HTMLElement for types
  • Loading branch information
jeysonj2 authored Jul 3, 2023
1 parent 7a92f0a commit 9d00228
Show file tree
Hide file tree
Showing 16 changed files with 1,584 additions and 394 deletions.
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- [Divider](/components/divider)
- [Drawer](/components/drawer)
- [Dropdown](/components/dropdown)
- [Filters](/components/filters)
- [Icon](/components/icon)
- [Icon Button](/components/icon-button)
- [Image Comparer](/components/image-comparer)
Expand Down Expand Up @@ -70,7 +71,6 @@
- [Tooltip](/components/tooltip)
- [Tree](/components/tree)
- [Tree Item](/components/tree-item)
- [Filters](/components/filters)
<!--plop:component-->

- Utilities
Expand Down
Loading

0 comments on commit 9d00228

Please sign in to comment.