yii2-bootstrap4 icon indicating copy to clipboard operation
yii2-bootstrap4 copied to clipboard

Fix: Show error on empty checkboxList/radioList field

Open matrozov opened this issue 5 years ago • 1 comments

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? no

If an error occurs on an empty checboxList/radioList field, no error message is displayed, since the current implementation of error output in yii2-bootstrap4 is bound to the last displayed item. This fix disables the logic of replacing a field template if the list is empty.

matrozov avatar Nov 22 '20 18:11 matrozov

Is it solved by https://github.com/yiisoft/yii2-bootstrap4/commit/d1af1e2db4481a3ae523a35a6b5cb0b30a56f13b?

samdark avatar Mar 04 '21 12:03 samdark