Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Allow for-Attribute for Select-Menu
Browse files Browse the repository at this point in the history
The label for Select-Menus in forms didn't have a for-attribute.
  • Loading branch information
tobaco authored and leofeyer committed Dec 20, 2012
1 parent dd02dde commit 0e00e4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system/modules/core/forms/FormSelectMenu.php
Expand Up @@ -34,6 +34,12 @@ class FormSelectMenu extends \Widget
*/
protected $blnSubmitInput = true;

/**
* Add a for attribute
* @var boolean
*/
protected $blnForAttribute = true;

/**
* Template
* @var string
Expand Down

0 comments on commit 0e00e4a

Please sign in to comment.