Dennis Hernández

Results 99 comments of Dennis Hernández

Fixed here https://github.com/wenzhixin/bootstrap-table/pull/5583

Example with fix: https://live.bootstrap-table.com/code/djhvscf/9693

The form-control class is there: ![image](https://user-images.githubusercontent.com/4496763/143379154-180591fe-585f-4474-80ef-68e39d549892.png)

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...