For extensions which support both Joomla 3 and Joomla 4, it might still use chosen HTMLHelper::_('formbehavior.chosen', 'select');
for select dropdown.
However, the style for chosen dropdown looks much different with the standard select dropdown in our backend template. See the screenshots below:
The backend template has style support for chosen like in our frontend template so that the style of select tag looks the same for standard select and select with chosen loaded. That would make the layout looks consistent, especially for third party extensions still support both Joomla 3 and Joomla 4.
We have css code for frontend template already, so it should be easy to port it for our backend template.
Labels |
Added:
?
|
Hmm, OK. I thought it could be useful for us when we still have to support both Joomla 3 and Joomla 4 for our extensions, especially when I saw it is supported in the frontend template https://github.com/joomla/joomla-cms/blob/4.0-dev/templates/cassiopeia/scss/vendor/_chosen.scss
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-31 17:21:00 |
Closed_By | ⇒ | joomdonation |
We've had to support a dead script for five years. Please no more.