Frontmatter
| id | 4322 |
| title | form.field.Number: When empty input, field should show required error message (Validation) |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Apr 26, 2023, 2:38 PM |
| updatedAt | Apr 26, 2023, 4:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4322 |
| author | alberthashani |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 26, 2023, 4:29 PM |
Currently, with an empty input step size error message is shown -> "step-size violation: NaN / 1"
Config
{ module : NumberField, required : true, minLength: 0, maxLength: 10, clearable: false }