Fixed Wrong (?) class in field filter

Trembowiecki

Active Member
The case: when I have a field element and set its filter to 'dropdown', all works correctly. But when I have an element jdate and also set its filter to 'dropdown', its frontend select has class 'form-select' instead of regular filter select class 'form-select-sm'. So the result is - dropdown for this element's filter looks WAY different than the rest of filter dropdowns and I can't set it's width.

Oh, and I have Joomla 5.1.2 with Fabrik 4.2 and Cassiopeia template. But (if my memory serves me well) the same situation was with Joomla 5.1.1 and Fabrik 4.1.
 
Just with a quick look you could try adding the -sm to jdate.php at line 1719. I have not tried this myself but give it a go and let us know if that works for you.
 
Back
Top