We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62441b9 commit 7ee850bCopy full SHA for 7ee850b
1 file changed
user_guide_src/source/helpers/form_helper.rst
@@ -510,8 +510,3 @@ The following functions are available:
510
<input type="radio" name="myradio" value="1" <?= set_radio('myradio', '1', true) ?> />
511
<input type="radio" name="myradio" value="2" <?= set_radio('myradio', '2') ?> />
512
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