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

Improving chain select and react-select instances #413

Merged
merged 5 commits into from
Jan 27, 2024
Merged

Commits on Jan 27, 2024

  1. Adding custom react-select Option and SingleValue components that sim…

    …plify building instances with richer option display
    kreneskyp committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    dade476 View commit details
    Browse the repository at this point in the history
  2. Adding additional styles to getOptionStyle to make it suitable for re…

    …act-select select boxes too
    kreneskyp committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    efe2a27 View commit details
    Browse the repository at this point in the history
  3. AsyncAPIObjectSelect updates:

    - integrated common styles and helpers
    - removed custom option fetching, which can be handled better with react-select internal functionality
    kreneskyp committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    cd0fb0d View commit details
    Browse the repository at this point in the history
  4. ChainSelect updates:

    - now shows intial values without searching
    - now uses rich options, without breaking search functionality
    kreneskyp committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    552ca3c View commit details
    Browse the repository at this point in the history
  5. missing new file

    kreneskyp committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    cfcb9b9 View commit details
    Browse the repository at this point in the history