HTML-KickStart
HTML-KickStart copied to clipboard
Disabled Input Issue
Before getting into the issue, let me explain the scenario. I have a form that needs to be populated before the submit button can be enabled. Therefore, I set the submit button to disabled and plan on enabling it after proper population of the form. However, the submit button appears different from a regular disabled button and the hover and click still work while it is disabled.
I need to test this. did you find a solution at all? Are you using a submit button or input type submit?
I have not worked on resolving the issue, due to how I change the form validation process.
The problem is with input type submit.