This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
Thanks to the 2 contributors who made this release possible. π
Added
- Add a
readOnly
prop #287 - Add
newChipKeys
to allow usingKeyboardEvent.key
instead ofKeyboardEvent.keyCode
#271
Changed
- Fix class key inference for outlined and filled variants in the TypeScript typings #292 @piotros
- Fix the underline disabled style not matching the TextField's style
- Include
disableUnderline
in the readme #297 @dnaranjo89