At Page "Search" of an default Installation the Dropdown-Fields "Start Date" and "End Date" looks like a Style is missing:
Should'nt these Dropdown-Fields "Start Date" and "End Date" look like other Dropdown-Fields like "Search by Type"?
Apply same class like Dropdown-Fields "Search by Type".
i don't know
Labels |
Added:
?
|
This is partially solved by adding the correct class form-select
to the select found in administrator\components\com_finder\src\Service\HTML\Filter.php
but it looks to me that this markup should not be present in that file at all anyway. By locating the markup there it means it cannot be overridden and therefore the markup will always be bootstrap specific which is not the intention.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-22 04:36:14 |
Closed_By | ⇒ | sandramay0905 |
Thanks @rjharishabh for the pull request #33220, closing this issue.
@rjharishabh do you have a comment on #32982 (comment) by @brianteeman about markup and overridden so this don't get lost?
confirmed