Frontmatter
| id | 948 |
| title | form.field.Number: minValue is too restrictive |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jul 20, 2020, 12:25 PM |
| updatedAt | May 12, 2023, 1:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/948 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 12, 2023, 1:09 PM |
e.g. in case you set minValue = 8, it is impossible to type 10, since the 1 will already get replaced with 8 after typing it.
you can still change it using the mouse wheel or the trigger buttons, but the replacement (& change event) should happen on inputEl blur instead of keyup.