Search code examples
djangobootstrap-4twitter-bootstrap-2bootstrap-tags-input

How to use Bootstrap 4 and Bootstrap 2 on the same page


I have a Django application which is written in Bootstrap 4. On one page I am using a control which is written in Bootstrap 2, So if I use Bootstrap 2 on that page then controls works but other controls gets broke. If I use Bootstrap 4 then other control works except for the one which is written in Bootstrap 2 as Bootstrap 4 is not backward compatible. Basically, I am trying to use Bootstrap Tags Input written in bootstrap v2.3.2. Is there any way to tackle this issue, any guidance would be highly appreciated.


Solution

  • I tried this as suggested by webdevbooster and it worked.