support remote data in beta-test selectpicker (#529)

This commit is contained in:
Kevin Papst
2019-01-31 12:59:25 +01:00
committed by GitHub
parent 974806d145
commit 1b42aed34c
8 changed files with 6 additions and 7 deletions

View File

@@ -48,7 +48,6 @@ class TimesheetToolbarForm extends AbstractToolbarForm
'entryState.running' => TimesheetQuery::STATE_RUNNING,
'entryState.stopped' => TimesheetQuery::STATE_STOPPED
],
//'attr' => ['class' => 'selectpicker', 'data-live-search' => false, 'data-width' => '100%']
]);
}