Bartosz Cylwik
Bartosz Cylwik
Hello! Thanks for letting us know about this issue! I'm adding this issue to our project. BTW If you are making calls to the API, maybe the autocomplete component would...
Hi! We are aware of input issues in RTL mode. We are planning to make updates to the package so that the RTL mode would work correctly.
Hi @joelee92 . Instead of the `created` method use `mounted`. It should work fine then. Hello @AndoruKun . Try adding `allowReinits` option to the `initTE` method ``` mounted () {...
@dacodekid The file size will increase if we will be using more components from the package, there is nothing we can do about it. When using `initTE` method (in ES...
@Bonjour123 could you check if any other components are landing in your built files? For example if the code of Datepicker is inside the js file? Other than the necessary...
@damsfx Most likely we will have to remove Charts from the main js file and instead add them as a separate module. We are going to further test this for...
Hi! Autocomplete is a component we are planning to add in a future. Here you can see how it is most likely going to work https://mdbootstrap.com/docs/standard/forms/autocomplete/
@renky I think we should be adding the component on the 1.1.0 version.
@hugotox Yes, we encourage to import the `tw-elements` components on the client side. There are not (atleast for now) plans to support server side rendering.
@szprytny Hi, so the issue occurs when changing route / component is mounting and unmounting? In the latest release `1.0.0` we added more options to the `initTE` method. You can...