Skip to content

Checker defaultValue not working as expected #17

@owonwo

Description

@owonwo

It doesn't set "All" as the first value sometimes.

 <Checker
  compact
  defaultValue="All"
  style={Checker.Styles.Minimal}
  buttons={["All", "3D", "Icons", "Illustrations"]}
  onChange={(val) => {
    console.log(val);
  }}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions