Skip to content

Commit

Permalink
docs: remove out of dated note
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 27, 2022
1 parent 62441b9 commit 7ee850b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions user_guide_src/source/helpers/form_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,3 @@ The following functions are available:
<input type="radio" name="myradio" value="1" <?= set_radio('myradio', '1', true) ?> />
<input type="radio" name="myradio" value="2" <?= set_radio('myradio', '2') ?> />

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

0 comments on commit 7ee850b

Please sign in to comment.