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

Unify appearance of chakra-ui SelectWidget for single and multiple-choice #3180

Closed
1 task done
ldorofeeva opened this issue Oct 5, 2022 · 0 comments · Fixed by #3182
Closed
1 task done

Unify appearance of chakra-ui SelectWidget for single and multiple-choice #3180

ldorofeeva opened this issue Oct 5, 2022 · 0 comments · Fixed by #3182
Labels
feature Is a feature request needs triage Initial label given, to be assigned correct labels and assigned

Comments

@ldorofeeva
Copy link
Contributor

Prerequisites

What theme are you using?

chakra-ui

Is your feature request related to a problem? Please describe.

There are two minor UI issues that could be fixed:

  1. Currently the chakra-ui SelectWidget uses Select from chakra-react-select for multi-select and Select from @chakra-ui/react for single-select.
    As the result, styling (especially in dark mode) looks different:
    image
    image

  2. In multi-select, once selected, the values are displayed rather than labels:
    image
    image

Describe the solution you'd like

  1. Use Select from chakra-react-select for both single- and multiple-choice;
  2. Display label for selected items in multiple-choice SelectWidget.

If @rjsf/chakra-ui developers are okay with this kind of change, I'd like to contribute.

Describe alternatives you've considered

No response

@ldorofeeva ldorofeeva added feature Is a feature request needs triage Initial label given, to be assigned correct labels and assigned labels Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is a feature request needs triage Initial label given, to be assigned correct labels and assigned
Projects
None yet
1 participant