Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Submit button not disabled with input type number, value=0 and min="10" #350

Description

@goog62

I expected the validator to catch that 0 is less than the minimum value of 10 and disable the submit button when the form first displays:

`

Amount
Submit `

Here's the Fiddle https://jsfiddle.net/goog62/cgeLj1ty/

I'm getting around the problem now on the server side by replacing "0" with "". Any suggestions?

Steve

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions