Bartosz Cylwik

Results 88 comments of Bartosz Cylwik

@Ischafak Maybe you can use the dynamic imports inside the method you use for fetching data?

It should not show two tabs at once, so I guess it was a bug back then. You can try to play around with the tabs though. ``` Tab 2...

Hi! Thanks for reporting this issue. I'm adding this bug to our to-fix list.

Hi, why do you think its jQueryInterface method causing that? Did you follow our laravel integration tutorial? https://tailwind-elements.com/docs/standard/integrations/laravel-integration/

Was the problem only with the datepicker and timepicker? You can try initializing those components for now via JS ( `new Datepicker(...) new Timepicker(...) `). We will try to find...

Hi, we'll try to fix this for the 1.0.0 release (11.09). It was working without any issues before right?

Hi! Thank you for your suggestion, we will keep that in mind. I created a snippet with example how to do this. Did you mean something like that? https://tailwind-elements.com/snippets/tailwind/b-cylwik/5589136#js-tab-view

How are you creating the table? Try initializing with use of JavaScript, after your app loads

When the timepicker updates it's value it also fires the `input` event. Did you try to listen for that event and updating the `name` value? For example: ``` ... onInput={(e)...

For now I think the best way would be to create an external input that would be used for searching the key word and then after change, disposing and initing...