Bartosz Cylwik

Results 88 comments of Bartosz Cylwik

@itsayopapi It has to be checked by our team

At this moment you are only able to add the `increment` option to change the incrementation to `5` from `1`. I'm adding this to our `ideas` list to check what...

Hi! Thank you. I've added this idea to our list

@shubhalgupta We will update this page ourselves. Thanks for showing interest in this.

Hi! We've added this together with our validation component. We'll recheck if it's necessary. BTW, how are you submitting the form? With vanilla JS? Using some frameworks or libraries?

Soon we are going to start working on that. We will most likely remove the name attribute

Hi! Any chance to recreate the issue inside a snippet? https://tailwind-elements.com/snippets/ I cannot recreate the problem. Did you check if that issue occurs on a new project?

Hi! Did you try calling the `initTE` method after the array populates? For example with use of `watch`? The `initTE` method is adding event listeners and if the elements do...

@Ischafak maybe something like this would work? ``` v-bind="{ ...(activeId === types.id ? { 'data-te-tab-active': true } : {}), }" ```

@Ischafak The best way to toggle the `collapse` component would be to use the `toggle`, `show` or `hide` methods on the `collapse instance`. https://tailwind-elements.com/docs/standard/components/collapse/#docsTabsAPI