You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow those steps, I see the validation message ("Weekdays cannot be blank") but the select element borders do not change colour are there is no background image. Element does not have is-invalid class.
I was expecting the select element borders to turn red and a background image appear to indicate error. The element should have is-invalid class.
Bootstrap 5 version for custom controls uses form-select for select and form-check-input for other custom controls. These are not used in activeform.js:
Prerequisites
master
branch of yii2-widget-activeform.Steps to reproduce the issue
Submit
Expected behavior and actual behavior
When I follow those steps, I see the validation message ("Weekdays cannot be blank") but the
select
element borders do not change colour are there is no background image. Element does not haveis-invalid
class.I was expecting the
select
element borders to turn red and a background image appear to indicate error. The element should haveis-invalid
class.Bootstrap 5 version for custom controls uses
form-select
forselect
andform-check-input
for other custom controls. These are not used inactiveform.js
:yii2-widget-activeform/src/assets/js/activeform.js
Line 159 in 697407c
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: