Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(filter): setValue prop type #1888

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 24, 2024

  1. fix(filter-provider): to value related props use generic type

    Change component to generic typed Value, defaulting to string. Infers type from value, setValue,
    defaultValue.
    viniciuslagedo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3ac4118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f4020 View commit details
    Browse the repository at this point in the history
  3. fix(filter): value related props use generic type

    We need to use the same behavior from filter provider here because of most part of props came from
    it.
    viniciuslagedo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f9cc5ea View commit details
    Browse the repository at this point in the history