Skip to content

Commit d00aa1e

Browse files
committed
Fix #79
1 parent 4f8d375 commit d00aa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function showForm($ID, $options = [])
118118
echo Html::hidden('plugin_addressing_addressings_id', ['value' => $options['items_id']]);
119119
echo "<td>" . __('Name') . "</td>";
120120
echo "<td>";
121-
echo Html::input('name', ['value' => $this->fields['name'], 'size' => 40]);
121+
echo Html::input('name', ['value' => $this->fields['name'], 'size' => 40, 'required' => true]);
122122
echo "</td>";
123123
echo "</tr>";
124124

0 commit comments

Comments
 (0)