Dennis Hernández
Dennis Hernández
Fixed here https://github.com/wenzhixin/bootstrap-table/pull/5583
I can take a look at this today.
Thanks for your comments.
Example with fix: https://live.bootstrap-table.com/code/djhvscf/9693
The form-control class is there: 
If I add the form-control class then the form-control-sm is not applied. I don't think we need form-control class when using form-control-{size}
ok, let me review it
I think I'm going to remove this issue from the scope of https://github.com/wenzhixin/bootstrap-table/pull/5583 since the filter control extension does not work in other themes. @UtechtDustin @wenzhixin
See this issue for tracking purposes https://github.com/wenzhixin/bootstrap-table/issues/5968
Well, that's the expected behavior regarding focus. But I think we could add a validation in order to focus an element only when we're not expanding a row. Let me...