Pull Request for Issue # .
Summary of Changes
Use the native class "form-control" for select elements in the filters for the archive view that bootstrap 4 recommends in its docs
Plus, this change fixes a design issue with cassiopeia template.
Before

After

Testing Instructions
- Apply this patch in order to reach the archive view due is broken in the latest alpha release of Joomla 4.
- Preview the archive view layout in frontend. You need to create a menu item type: Articles > Archived articles
Expected result
The select in the filters area shouldn't have the double arrow (while using cassiopeia template). Also, helps to make the select boxes look good with other templates while using native bootstrap 4 as base. (good)
Actual result
The select boxes have double arrow while using cassiopeia template and other templates that relies on bootstrap 4 have smaller height. (wrong)
Documentation Changes Required
Switching the classes for the filters elements in archive view
Thanks!