Active
Project:
Clientside Validation
Version:
3.0.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2022 at 14:31 UTC
Updated:
2 Jan 2023 at 10:48 UTC
Jump to comment: Most recent
On a form with a number element with a #step and a #min, the offset induced by #min is not taken into account.
Example:
min = 5
step = 10
Authorized values are: 5, 15, 25, 35, etc.
For clientside validation, authorized values are: 10, 20, 30, 40, etc.
entering 10 allows to pass clientside validation but serverside (core) validation is not OK.
Comments
Comment #2
maacl commented