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

Switched the CheckboxInput component to use Checkbox.Item to stay mor… #56

Merged
merged 4 commits into from
Apr 18, 2024

Commits on Mar 14, 2024

  1. Switched the CheckboxInput component to use Checkbox.Item to stay mor…

    …e consistent with RN paper and allow for the mode parameter.
    Ben Walton committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f15651e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. added disabled property for ListItem, removed default colors allowing…

    … for RNP Theme Provider to take full control.
    Ben Walton committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1d9c1ab View commit details
    Browse the repository at this point in the history
  2. added self to readme

    Ben Walton committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b0a4691 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. added limiter, Fixed disable, select all and checkbox label issue

    feat:
     limit?: number | null;
      limitError?: string;
      limitErrorStyle?: TextStyle;
    
    limit the number of items one can select in multi select.
    srivastavaanurag79 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e19c3cd View commit details
    Browse the repository at this point in the history