Skip to content

Commit d9d9379

Browse files
committed
Add idPrefix to the configuration of FormHelper.
1 parent 8c42e55 commit d9d9379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/View/Helper/BootstrapFormHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class BootstrapFormHelper extends FormHelper {
3434
* @var array
3535
*/
3636
protected $_defaultConfig = [
37+
'idPrefix' => null,
3738
'errorClass' => 'has-error',
3839
'typeMap' => [
3940
'string' => 'text', 'datetime' => 'datetime', 'boolean' => 'checkbox',

0 commit comments

Comments
 (0)