In my attempt to disable a submit button while the form is NOT touched, it seems that form.isTouched() does not have its value updated once its value is changed.
It only seems to update if I do a little change in my code and then save that form.isTouched() gets the updated value.
Is this a react thing? This is the button's code
Submit
</Button>```