AliHichem / AliDatatableBundle

Symfony2 Ajax Datagrid Bundle for doctrine2 entities
MIT License
112 stars 72 forks source link

on blur remove class #122

Closed kuldipem closed 9 years ago

kuldipem commented 9 years ago

Need to add all class that was removed, so search input as it is.

AliHichem commented 9 years ago

I don't see how adding the css classes "form-control input-sm" to the search input will make any difference to the behavior of datatable .. I admit that I also don't understand fully your commit description.

kuldipem commented 9 years ago

After "blur" event of search box, design of the search box mesh-up because after blur you just adding search_init class while required to add all classes i.e search_init form-control input-sm.

AliHichem commented 9 years ago

I see your point, this is already fixed in an alternative pull request that I already accepted , see https://github.com/AliHichem/AliDatatableBundle/pull/145. Thank you for your contribution anyway !