mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 04:40:44 +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);
|
||||
}
|
||||
}, [JSON.stringify(chipData)]);
|
||||
}, [JSON.stringify(chipData), chips]);
|
||||
|
||||
useEffect(() =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user