Dropdowns in dash interactive table filter

@chriddyp

I was wondering if I could have a drop-down list rather than using a text area to manually enter the filtering queries in interactive dash table. Is this possible?
Since my data is categorical, a drop down list would be more efficient in that place.

Also the filters are case sensitive. Is there a better way to make it non case sensitive?