Streamfield: remove "Add" button when maxItems is reached

environments/review-develop-3zknud/deployments/3114^2
Alex Gleason 2023-04-05 15:56:42 -05:00
rodzic 088f7e0b0e
commit a875163ed9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -87,10 +87,9 @@ const Streamfield: React.FC<IStreamfield> = ({
</Stack>
)}
{onAddItem && (
{(onAddItem && (values.length < maxItems)) && (
<Button
onClick={onAddItem}
disabled={values.length >= maxItems}
theme='secondary'
block
>