mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 22:00:45 +00:00
fix to hotfix, observe chips as well to handle paste
This commit is contained in:
@ -131,7 +131,7 @@ function ChipTextField({...props})
|
|||||||
);
|
);
|
||||||
setChipValidity(currentChipValidity);
|
setChipValidity(currentChipValidity);
|
||||||
}
|
}
|
||||||
}, [JSON.stringify(chipData)]);
|
}, [JSON.stringify(chipData), chips]);
|
||||||
|
|
||||||
useEffect(() =>
|
useEffect(() =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user