In file: libraries/joomla/form/field.php line 913
$showon = explode(':', $showon, 2);
$options['class'] .= ' showon_' . implode(' showon_', explode(',', $showon[1]));
$id = $this->getName($showon[0]);
$options['rel'] = ' rel="showon_' . $id . '"';
$options['showonEnabled'] = true;
If field has attribute multiple="true". $id will be added "[]" at the end, so this showon doesn't work correctly.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-18 11:06:14 |
Closed_By | ⇒ | zero-24 |
it already fixed for next Joomla 3.4.2 see #6539