Skip to content
Prev Previous commit
Next Next commit
fix(itil): Add default aria_label value for items
  • Loading branch information
froozeify committed Nov 5, 2025
commit 4fbcaee3f1ac6c58d6cc98cb7db6c6517175db8e
1 change: 1 addition & 0 deletions src/Dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@ public static function showSelectItemFromItemtypes(array $options = [])
$params = [
'itemtype_name' => 'itemtype',
'items_id_name' => 'items_id',
'items_aria_label' => '',
'itemtypes' => '',
'default_itemtype' => 0,
'default_items_id' => -1,
Expand Down