Closed kartik-v closed 6 years ago
New ActiveField properties:
/** * @var string content to be placed before field within the form group at the beginning */ public $contentBeforeField = ''; /** * @var string content to be placed after field within the form group at the end */ public $contentAfterField = '';
New ActiveField properties: