Why in the heck did bootstrap rename its names for the toggle and target for things like data-toggle and data-target for collapse or the like??
They renamed them to data-bs-toggle and data-bs-target.
It means that we had to refactor all the code and back track through all of our UI. It just is not backwards compatible. I guess you can do a global replace, but what about other attributes for other tags? It just doesn't make any sense. Could someone please tell me why??
It is such BS!!