evoluteur / structured-filter

jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
http://evoluteur.github.io/structured-filter/
MIT License
258 stars 61 forks source link

Compatability with bootstrap5 #33

Open ketan4944 opened 3 months ago

ketan4944 commented 3 months ago

There is issue occur while working with bootstrap 5 and structured filter. Bootstrap min file override the structure filter methods. I use the following File for this. The issue was - No proper design. After adding the condition cannot remove it. css - bootstrap.min.css - v5.2.3 jquery-ui.min.css - v1.14.0 structured-filter.css - v2.0.5

js - bootstrap.min.js - v5.2.3 jquery-3.7.1.min.js - v3.7.1 jquery-ui.min.js - v1.14.0 structured-filter.css - v2.0.5