Skip to content

Commit d50d721

Browse files
committed
Do not show placeholder on pagination form type
1 parent c5b64ca commit d50d721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form/Builder/SearchFormBuilder.php

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ private function buildPagination(SearchResult $searchResult, FormBuilderInterfac
113113
'choices' => $choices,
114114
'required' => false,
115115
'expanded' => true,
116+
'placeholder' => false,
116117
]);
117118
}
118119
}

0 commit comments

Comments
 (0)