Skip to content

Commit 7ee850b

Browse files
committed
docs: remove out of dated note
1 parent 62441b9 commit 7ee850b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

user_guide_src/source/helpers/form_helper.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,3 @@ The following functions are available:
510510
<input type="radio" name="myradio" value="1" <?= set_radio('myradio', '1', true) ?> />
511511
<input type="radio" name="myradio" value="2" <?= set_radio('myradio', '2') ?> />
512512

513-
.. note:: If you are using the Validation class, you must always specify
514-
a rule for your field, even if empty, in order for the ``set_*()``
515-
functions to work. This is because if a Validation object is
516-
defined, the control for ``set_*()`` is handed over to a method of the
517-
class instead of the generic helper function.

0 commit comments

Comments
 (0)