Using a subform in Joomla 3.6.5 a list is rendered using Chosen but since the update to Joomla 3.7.1 from Joomla 3.6.5 the list is no longer rendered using Chosen causing a layout problem. See the attached screenshot that shows what actually happens.
After updating to Joomla 3.7.1 the select list is rendered the same as in Joomla 3.6.5
The subform select list is rendered in a different an unusable way.
Joomla 3.7.1
PHP 7.0.10 (tested with different servers)
@Fedik I guess this is in your area of expertise
Labels |
Added:
?
|
Category | ⇒ | Fields |
Title |
|
Status | New | ⇒ | Discussion |
quick fix is to set size="4" (or other number) to <select>
with multiple="true",
it how native multi-select works
And Chosen.js in repeatable field I will check later
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-03 12:57:42 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/16110
closed as having PR #16471
it is not "subform" but "repeatable" field? ?
I guess it happened after this #15042 fix