This repository was 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
readOnlyprop #287 - Add
newChipKeysto allow usingKeyboardEvent.keyinstead 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
disableUnderlinein the readme #297 @dnaranjo89