Skip to content

Commit e81402f

Browse files
authored
Update form.rst (#1086)
Highlight that the min/max options are only enforced client side and not on the remote system.
1 parent 20a2a04 commit e81402f

File tree

1 file changed

+2
-2
lines changed
  • source/how-tos/app-development/interactive

1 file changed

+2
-2
lines changed

source/how-tos/app-development/interactive/form.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ are:
486486
.. describe:: min (Integer, null)
487487

488488
specifies minimum value for this item, which must not be greater than its
489-
maximum value (only applies to widget: ``number_field``)
489+
maximum value (only applies to widget: ``number_field``) - Client side validation only.
490490

491491
Default
492492
No minimum value
@@ -505,7 +505,7 @@ are:
505505
.. describe:: max (Integer, null)
506506

507507
specifies maximum value for this item, which must not be less than its
508-
minimum value (only applies to widget: ``number_field``)
508+
minimum value (only applies to widget: ``number_field``) - Client side validation only.
509509

510510
Default
511511
No maximum value

0 commit comments

Comments
 (0)