LearnNewsExamplesServices
Frontmatter
id948
titleform.field.Number: minValue is too restrictive
stateClosed
labels
enhancement
assignees[]
createdAtJul 20, 2020, 12:25 PM
updatedAtMay 12, 2023, 1:09 PM
githubUrlhttps://github.com/neomjs/neo/issues/948
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 12, 2023, 1:09 PM

form.field.Number: minValue is too restrictive

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 20, 2020, 12:25 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.

tobiu added the enhancement label on Jul 20, 2020, 12:25 PM
tobiu closed this issue on May 12, 2023, 1:09 PM