Disable Submit Button for Text Input

I am trying to disable the submit button for a text input but have not been able to do so. I can do it for a math input but it seems the functions are not interchangeable. Can someone help? Please and thanks!

I think I got it hidden: input.submitted disables the submit button and I also have it so that the answer is revealed

1 Like

You could use showSubmitButton: false

Thank you Mike! I will try that!