ColumnControl / Boostrap 5 - Cannot click on clear search icon
ColumnControl / Boostrap 5 - Cannot click on clear search icon

Link to test case:
https://datatables.net/extensions/columncontrol/examples/styling/bootstrap5.html
Description of problem:
Hello,
First of all thank you very much for this awesome extension.
There is an issue with ColumnControl when using Boostrap 5, even in the official example.
The select in the search div seems to be too large due to the padding that Boostrap includes for selects. As a result, the clear icon dtcc-search-clear is not clickable.
Possible fixes are to put a z-index of 3 to dtcc-search-clear or remove the padding to the select.
Best regards,
Thibault
This question has an accepted answers - jump to answer
Answers
Hi Thibault,
Thank you! Fix committed here. I'll get a release out before the end of the week.
Allan