chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
911 stars 156 forks source link

Add property FilterSize to BSDataTableHead #543

Closed Chri-s closed 1 year ago

Chri-s commented 1 year ago

There was no way to change the size of the column filter input for a BSDataTableHead. For a BSTable with IsSmall="true" the filter input box looked to big.

This PR adds a property FilterSize (of type Size) which sets the InputSize property of the filter text box.