Closed samcov closed 7 years ago
UI libraries do not always play well together. If you want Bootstrap, I would recommand using the structured-filter which is part of Evolutility-UI-jQuery. It was re-written for Bootstrap and doesn't use jQuery-UI. http://evoluteur.github.io/evolutility-ui-jquery/
Ok, Thanks.
The css for structured-filter does not work if used with bootstrap.
The offender is not in the css, but in the javascript. To reproduce the problem, simply add the following,
Then lower the jquery version to something under version 3, which bootstrap doesn't like. Then the styling will go away.
It only occurs when the .js is there, removing the bootstrap css and leaving the js causes the problem.