You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
TextInputs in material-ui support variants, such as outlined and filled. Using the chips component doesn't support all of these variants, but it would be great if it did. See here for examples. Implementation details can be found here
The text was updated successfully, but these errors were encountered:
* outlined and filled variant support
* Update readme to include variant options. Fixes#234
* update ref and get rid of disableUnderline warning for variants that are not "standard"
* fix tests, update component snapshot
* revert formatting changes in ChipInput.spec
* alphabetize defaultProps
* alphabetize state
* revert styling changes
* add back in the USE_NEXT_TYPOGRAPHY_VARIANT in the test
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TextInputs in material-ui support variants, such as
outlined
andfilled
. Using the chips component doesn't support all of these variants, but it would be great if it did. See here for examples. Implementation details can be found hereThe text was updated successfully, but these errors were encountered: