how to make the button disabled when the remarks is failed.
for example
there's an array which it has two to four item.
first example
ITEM 1 -> FAILED -> Remarks (required)
ITEM 2 -> FAILED -> Remarks (required)
ITEM 3 -> FAILED -> Remarks (required)
ITEM 4 -> FAILED -> Remarks (required)
the button is disabled, the user should fillup all textarea.
second example
ITEM 1 -> FAILED -> Remarks (required)
ITEM 2 -> PASSED -> Remarks (optional)
ITEM 3 -> FAILED -> Remarks (required)
ITEM 4 -> FAILED -> Remarks (required)
the user should fillup the three textarea which it's the ```FAILED`` and then after fillup the textarea the button will enabled.
ITEM 1 -> PASSED -> Remarks (optional)
ITEM 2 -> PASSED -> Remarks (optional)
ITEM 3 -> PASSED -> Remarks (optional)
ITEM 4 -> PASSED -> Remarks (optional)
the button automatically enabled.
here's the code: https://stackblitz.com/edit/ng-zorro-antd-start-xz4c93
thanks in advance