We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a2a04 commit e81402fCopy full SHA for e81402f
source/how-tos/app-development/interactive/form.rst
@@ -486,7 +486,7 @@ are:
486
.. describe:: min (Integer, null)
487
488
specifies minimum value for this item, which must not be greater than its
489
- maximum value (only applies to widget: ``number_field``)
+ maximum value (only applies to widget: ``number_field``) - Client side validation only.
490
491
Default
492
No minimum value
@@ -505,7 +505,7 @@ are:
505
.. describe:: max (Integer, null)
506
507
specifies maximum value for this item, which must not be less than its
508
- minimum value (only applies to widget: ``number_field``)
+ minimum value (only applies to widget: ``number_field``) - Client side validation only.
509
510
511
No maximum value
0 commit comments