wenzhixin / bootstrap-table

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
https://bootstrap-table.com/
MIT License
11.71k stars 4.44k forks source link

Filter control extension does not support multiple themes. #5968

Open djhvscf opened 2 years ago

djhvscf commented 2 years ago

Bootstraptable version(s) affected

1.19.1

Description

The filter control extensions does not support multiple theme.

Example(s)

You can see that the input and select controls don't have any style.

https://live.bootstrap-table.com/code/djhvscf/9771

Possible Solutions

We need to "migrate" the html for those controls to the corresponding themes files.

Additional Context

No response

sdespont commented 2 years ago

When setting theme data-icon-size="sm", the form-control class is missing because only form-control-sm is defined.

Therefore, the bootstrap render is not applied

image

image

https://live.bootstrap-table.com/code/sdespont/11317