-
Notifications
You must be signed in to change notification settings - Fork 617
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
feat(admin-ui): AutoComplete + MultiAutoComplete components #4459
base: feat/new-admin-ui
Are you sure you want to change the base?
Conversation
# Conflicts: # yarn.lock
# Conflicts: # packages/admin-ui/src/Button/Button.stories.tsx # packages/admin-ui/src/Select/SelectPrimitive.tsx # packages/admin-ui/src/Tag/Tag.stories.tsx # packages/admin-ui/src/Tag/Tag.tsx
/storybook |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Jest tests have been initiated (for more information, click here). ✨ |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Jest tests have been initiated (for more information, click here). ✨ |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Jest tests have been initiated (for more information, click here). ✨ |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
🚀 Storybook Preview |
Changes
This PR introduces two new components and improves many others
AutoComplete + MultiAutoComplete
These two new components are based on the
Command
component, a wrapper around cmdk. This component can also serve as a foundation forOmniSearch
component. Currently, it is kept private and not exposed outside@webiny/admin-ui
.Other improvements
Source Sans Pro
font from the admin, the rest of RMWC SCSS variables are still in place.reset.scss
file.ref
from the component.inputRef
prop, improved how the icons position is handled and removed the possibility of decorating the primitive component.textareaRef
prop and removed the possibility of decorating the primitive component.How Has This Been Tested?
Manually + Jest