Bootstrap v2 had two classes (has-success and has-danger) that were changed in bootstrap 4 and removed in bootstrap 5 https://getbootstrap.com/docs/5.0/forms/validation/
From my understanding we can therefore remove the use of those classes in https://github.com/joomla/joomla-cms/blob/4.0-dev/build/media_source/system/js/fields/validate.es6.js and maybe other changes can be made as well. (valid/invalid??)
The scss may also need updates as a result. For example we dont need to define valid/invalid in both files
Labels |
Added:
?
|
Can I work on this issue right now? @brianteeman
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-24 12:20:11 |
Closed_By | ⇒ | richard67 |
Reopening because PR was not complete
Status | Closed | ⇒ | New |
Closed_Date | 2021-03-24 12:20:11 | ⇒ | |
Closed_By | richard67 | ⇒ |
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
.has-danger
to.is-invalid
and.has-success
to.is-valid
Should I work for this? @brianteeman