Frontmatter
| id | 4205 |
| title | form.field.Number: verify if manual inputs honor stepSizes < 1 |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 24, 2023, 10:35 AM |
| updatedAt | Mar 27, 2023, 3:51 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4205 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2023, 3:51 PM |
form.field.Number: verify if manual inputs honor stepSizes < 1
tobiu assigned to @tobiu on Mar 24, 2023, 10:35 AM

tobiu
Mar 27, 2023, 3:51 PM
i changed the number evaluation from onInputValueChange() to onFocusLeave().
e.g. in case you want to type 0.01, typing 0.0 would adjust the field value to 0 in real time, so it would be impossible to enter it manually (without using spin buttons or arrow keys).
so, it needs to be possible to enter "invalid" values and the field evaluation needs to happen when the field loses focus.
tobiu closed this issue on Mar 27, 2023, 3:51 PM
(No description provided)