-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Allow theming for select elements #2994
Comments
FYI, we have started an RFC discussion for a proposed Amplify UI Component refactor to increase customizability and flexibility for our components. Please feel free to add any additional comments to the following issue: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this feature request. Since the new UI components handles theming through CSS custom properties. For more info - https://docs.amplify.aws/ui/customization/theming/q/framework/react If there are improvement / bugs or suggestions for the new UI component feel to open up a new issue. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Is your feature request related to a problem? Please describe.
Input elements can be customized using the "input" selector and passing as part of a theme object. The same way, I would expect select elements to be able to be customized, in order to avoid this kind of inconsistency:
Describe the solution you'd like
Add an inputSelect selector to the theme system, which should apply to the select elements
Describe alternatives you've considered
As an alternative, I would have to implement my own forms.
The text was updated successfully, but these errors were encountered: