protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 127 forks source link

Chrome global search doesn't seem to be holding its focus state #103

Closed grafxflow closed 1 year ago

grafxflow commented 1 year ago

Chrome global search doesn't seem to be holding its focus state, so after entering the first letters you have to highlight it again and continue typing.

grafxflow commented 1 year ago

It seems to relate to the following, so I have noted it out.

onBefore(){
    // isVisiting.value = true;
},