diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index 2a4ff3420..5cff4816d 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -559,7 +559,8 @@ class FormHelper extends AppHelper { /** * Generates a form input element complete with label and wrapper div * - * Options - See each field type method for more information. + * Options - See each field type method for more information. Any options that are part of + * $attributes or $options for the different type methods can be included in $options for input(). * * - 'type' - Force the type of widget you want. e.g. ```type => 'select'``` * - 'label' - control the label