When using the Blazorise bootstrap grid components how do you set the responsive layout options using ColumnSize property. I want the column to be size 12 on small screens.
<Row>
<Column ColumnSize="ColumnSize.Is3">
<StatusSelectListComponent @bind-Text="@_item.Status" OnSave="@ItemEditSave" OnCancel="@ItemEditCancel"></StatusSelectListComponent>
</Column>
</Row>