Update Material-UI version, which includes input variant components
Update Input to support different input variant components
Cleanup custom adornment story
Add input variant stories
Add variant prop
Update documentation
Nice addition @cvanem! Something I've been wanting to get to for a while but haven't gotten around to it. Was going to try to handle it when I finished the rewrite but it's been on the back burner for a while..
This adds support for filled and outlined MUI Input variants.
Resolves: https://github.com/techniq/mui-downshift/issues/73
Changes Made:
Update Material-UI version, which includes input variant components Update Input to support different input variant components Cleanup custom adornment story Add input variant stories Add variant prop Update documentation