@material-tailwind/react-v2.1.9
Patch Changes
- Update accordion component to make it possible to disable the animation. #561
- Fix select component issue while there is only one option available. #544
- Add red asterisk for required textarea component. #541
- Fix the prop-types issue for menu component. #534
- Fix classname override issue for all components while there is default props classname. @Ivanrenes
Docs Changes
- Fix spelling and grammar issues. @Jonathandah, @alok-debnath, @raahul131
- Add controlled select example.