2021-12-23 16:54:47 +00:00
|
|
|
<div class="field is-horizontal" data-test-page-size-select-parent ...attributes>
|
|
|
|
<span class="field-label is-small">
|
|
|
|
Per page
|
|
|
|
</span>
|
2020-03-31 04:12:46 +00:00
|
|
|
<PowerSelect
|
|
|
|
@tagName="div"
|
|
|
|
class="field-body"
|
2020-03-31 23:11:23 +00:00
|
|
|
data-test-page-size-select
|
2020-07-09 20:19:07 +00:00
|
|
|
@options={{this.pageSizeOptions}}
|
|
|
|
@selected={{this.userSettings.pageSize}}
|
2021-12-23 16:54:47 +00:00
|
|
|
@onChange={{action (queue (action (mut this.userSettings.pageSize)) (action this.onChange))
|
|
|
|
}} as |option|
|
|
|
|
>
|
2020-03-31 04:12:46 +00:00
|
|
|
{{option}}
|
|
|
|
</PowerSelect>
|
2021-12-23 16:54:47 +00:00
|
|
|
</div>
|