78 Commits (fb779e3ec61bae96c3e8abdf2b6173408c51d826)

Author SHA1 Message Date
a.kompaniets fb779e3ec6 Fixes #12399: Added `ActiveField::addAriaAttributes` property for `aria-required` and `aria-invalid` attributes rendering 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Carsten Brandt 11fe407ad0 release version 2.0.10 8 years ago
Robert Korulczyk eb8809b8e1 Improve `yii\widgets\ActiveField::widget()` performance (#12669) 8 years ago
coderlex 81df45014c Fixed custom widget validation (#12629) (#12632) 8 years ago
Evgeniy Tkachenko 5df0ebceea phpDoc: Update ActiveField::label() 8 years ago
Roman Grinyov 0187c09a84 Cosmetic changes 3 8 years ago
Roman Grinyov 389054dde1 Cosmetic changes 2 8 years ago
Roman Grinyov a6fa576aab Cosmetic changes 8 years ago
SilverFire - Dmitry Naumenko 623f30324d Added tests for ActiveField::hint(), fixed code formatting 8 years ago
Vladimir Shevchenko b8c07f6839 Fixes #12009: Do not render "for" field label attribute for active form RadioList and CheckboxList 8 years ago
PowerGamer1 3b2374b543 Fixes #12073: Added the ability to suppress the generation of input hint when it is specified through `Model::attributeHints()` 8 years ago
Carsten Brandt 10ba47d841 fixed docs in ActiveField 8 years ago
Egor Verbitskiy 2fbd55b634 Fixes #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null 8 years ago
Carsten Brandt 0895f212c6 improved docs about `tag` option in HTML options 8 years ago
Aleksei Vesnin 6745bdb65e Fixed `yii\widgets\ActiveField` to handle inputs AJAX validation with changed ID properly. 9 years ago
Daniel Gomez Pan 7dc984d359 Fixed #8779: Automatically set enctype form option when using file input field 9 years ago
githubjeka 9824da5883 update phpDoc of \yii\widgets\ActiveField::error 9 years ago
SilverFire - Dmitry Naumenko 723e3a9850 Updated ActiveField::getInputId PHPDoc, CHANGELOG 9 years ago
Carsten Brandt 13fca3bc54 alternative solution for issue #7627 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Klimov Paul 563deea02c `yii\widgets\ActiveField` now uses corresponding methods for default parts rendering 9 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Carsten Brandt 1945738c8d improved and fixed Html helper and ActiveField phpdoc 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Carsten Brandt 30e45a4aea improve documentation about uncheck and unselect in activefield 10 years ago
justinvoelker f2523cb5d7 Update ActiveField.php 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
Carsten Brandt 389d9e2fd2 add hint about custom element id and selectors property 10 years ago
Qiang Xue f509ed2448 Fixes #6236: No JS scripts should be registered when `yii\widgets\ActiveForm::enableClientScript` is false 10 years ago
Carsten Brandt 9869e67df8 fixed phpdoc 10 years ago
Qiang Xue 866214e75a Fixes #6018: When setting the `encode` option via `yii\widgets\ActiveRecord::errorOptions`, it works the other way around [skip ci] 10 years ago
Qiang Xue cb90f31cbe Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error 10 years ago
Qiang Xue 169a2a39c0 Fixes #5110. 10 years ago
Qiang Xue 93496bf8fd Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels 10 years ago
Qiang Xue a187d47aec Fixes #5049: `ActiveForm::validationDelay` should be applied to user types only 10 years ago
Qiang Xue ae13b0593f Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically 10 years ago
Qiang Xue d5077d70b7 Fixes #3738: ActiveField custom error selector not functioning 10 years ago
Qiang Xue f34b138aab Fixes #4225: Added `ActiveForm::validateOnBlur` and `ActiveField::validateOnBlur` 10 years ago
Alex-Code 25c2f9bf85 Made error message encoding configurable for ActiveForm 10 years ago
Qiang Xue 9f155de82d removed the key from the array in the fix for #4371 10 years ago
abrahamy b7cad9df3d Fixes #4371: Active form client validation wasn't working in case of two models having same named fields 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alex-Code b4ca343bd2 deferred validation 10 years ago
Qiang Xue 3405f8e8a4 doc fix [skip ci] 10 years ago
Carsten Brandt 0d03f720a4 added usage example of ActiveField::widget() 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 8ac79a35ae support hiding error and label tags via error(false) and label(false). 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago