viclafouch / mui-color-input

📌 A color input designed for MUI (Material ui) V6 built with TinyColor
https://viclafouch.github.io/mui-color-input/
62 stars 23 forks source link

Missing InputAdornment https://prnt.sc/s8bYCL_fbVhp #52

Open AdrianNguyen2813 opened 1 week ago

AdrianNguyen2813 commented 1 week ago

Describe the bug The InputAdornment is missing

To Reproduce i have 2 lines of the MuiColorInput https://prnt.sc/rNhU4gtgz1wv and this is the live https://prnt.sc/s8bYCL_fbVhp

koenigstag commented 1 week ago

See release notes: https://github.com/viclafouch/mui-color-input/releases/tag/v5.0.0

Versions ^5.0.0 now requires MUI v6 and requires to use Adornment prop like this: Adornment={MuiColorInputButton}