BUG Gridfield pagination detected as form change

This commit is contained in:
Luke Edwards 2018-10-17 11:54:32 +13:00
parent c18e9b1298
commit c35e18110b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
$FirstPage $PreviousPage
<span class="pagination-page-number">
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.Page 'Page' %>
<input class="text" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
<input class="text no-change-track" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.OF 'of' is 'Example: View 1 of 2' %>
$NumPages
</span>