Hello,
In item-post.php file, around line 61, change the following code:
<?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>
With this code:
<?php ItemForm::category_multiple_selects(null, null, null, __('Select a category', 'bender')); ?>
It's tested.
Regards.