HTML-KickStart icon indicating copy to clipboard operation
HTML-KickStart copied to clipboard

Disabled Input Issue

Open bailejl opened this issue 11 years ago • 2 comments

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.

bailejl avatar Jun 23 '13 19:06 bailejl

I need to test this. did you find a solution at all? Are you using a submit button or input type submit?

joshuagatcke avatar Jun 25 '13 14:06 joshuagatcke

I have not worked on resolving the issue, due to how I change the form validation process.
The problem is with input type submit.

bailejl avatar Jun 25 '13 15:06 bailejl