yii2-widget-activeform icon indicating copy to clipboard operation
yii2-widget-activeform copied to clipboard

Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).

Results 6 yii2-widget-activeform issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce the issue 1. Setup Yii2 with Bootstrap 4 2. Create a form and within that form create a checkbox list for a model. Ensure that the...

I wonder if you would consider the following enhancement. It is an alteration to the protected function initDisability(&$options) in ActiveField.php The following will disable any attributes which are not active....

When rendering RadioButtonGroup with model that already has one of the valid options selected, ActiveField.php renders the label with 'active' CSS class added, which does not seem to be needed...

I have ActiveField class which extends from your In my class i set properties such as class ActiveField extends \kartik\form\ActiveField { public $hintOptions = ['class' => 'bem-form__hint']; } But this...

See #143 ## Scope This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation ## Changes The following changes were made (this...

enhancement

## Prerequisites - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest...