aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/selected_ranges_input.php
blob: 03ebf5dd25930da248a9cb0917265b79c1523236 (plain)
1
2
3
4
5
6
7
<editable-list name="<?= htmlReady($this->name) ?>"
               quicksearch="<?= htmlReady((string) $searchtype) ?>"
               :items="<?= htmlReady(json_encode($selected_items)) ?>"
               :selectable="<?= htmlReady(json_encode($selectable)) ?>"
               :category_order="<?= htmlReady(json_encode($category_order)) ?>"
               @input="output => <?= htmlReady($this->name) ?> = output">
</editable-list>