Skip to content

Commit

Permalink
Updates to release v1.8.6 fix #187 fix #182 fix #180 fix #178
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 11, 2022
1 parent 401e6cc commit 833d79e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DetailView.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,14 +582,14 @@ class DetailView extends YiiDetailView implements BootstrapInterface
public $attributes;

/**
* @var array the options for the ActiveForm that will be generated in edit mode.
* @var string the form widget class name (extending from [[ActiveForm]]) to be used for editing
*/
public $formOptions = [];
public $formClass = 'kartik\form\ActiveForm';

/**
* @var string the ActiveForm widget class
* @var array the options for the [[ActiveForm]] instance that will be generated in edit mode based on [[formClass]].
*/
public $formClass = 'kartik\form\ActiveForm';
public $formOptions = [];

/**
* @var string the template for rendering the grid within a bootstrap styled panel / card layout.
Expand Down

0 comments on commit 833d79e

Please sign in to comment.