-
Notifications
You must be signed in to change notification settings - Fork 57
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
QuantityInput: Rewrite QuantityInput to not use MUI components #158
Comments
Pulling this in to sprint because there are JSS styling problems in production build trying to pull this component into the starter kit app. |
@mikemurray do you know roughly how large this issue is? |
I just found out that |
@loan-laux Interesting, I thought that issue went away, though I don't know if we ever figured out why QuantityInput was causing it. |
Type: major
Describe the bug
The QuantityInput was ported to the component library from the storefront and is built with MUI components. We'd like to rewrite this component to remove the MUI dependence, either by creating a new component or by adding a similar input addornments feature to our current TextInput component.
The text was updated successfully, but these errors were encountered: