Skip to content

Commit

Permalink
Fixed - missed somes classes [Field Multiple Select]
Browse files Browse the repository at this point in the history
  • Loading branch information
andiamine committed Apr 30, 2023
1 parent 0e97d07 commit 7a60524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<?php endif; ?>

<select onchange="Joomcck.countFieldValues(this, <?php echo $this->id;?>, <?php echo $params->get('params.total_limit');?>, 'select')" multiple="multiple"
name="jform[fields][<?php echo $this->id;?>][]" class="elements-list joomcck-chosen-<?php echo $this->id; ?>" id="form_field_list_<?php echo $this->id;?>" <?php echo $required . $style . $size;?>>
name="jform[fields][<?php echo $this->id;?>][]" class="w-100 form-control elements-list joomcck-chosen-<?php echo $this->id; ?>" id="form_field_list_<?php echo $this->id;?>" <?php echo $required . $style . $size;?>>
<?php echo implode("\n", $options);?>
</select>

Expand Down

0 comments on commit 7a60524

Please sign in to comment.