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

Having trouble getting the x close synble to show up on the filters #2

Closed zach2825 closed 9 years ago

zach2825 commented 9 years ago

After i create a filter. The little x to remove the filter will not show up. Could you point me in the direction to resolve this?

Im including jquery base css and light theme css and jquery jquery ui and the project js missingfilterclosebutton

Thank you for your time in advanced.

zach2825 commented 9 years ago

I wanted to add that its not adding the element with the class "ui-button-icon-secondary ui-icon ui-icon-close" to the new filter.

Your example yourclosefilter

My code myfilter

p.s. this project is amazing im happy i found it.

evoluteur commented 9 years ago

It seems like you modified the classes. For the button to show up you need the jQuery UI class or you need to create a class that would give provide the same look.