Bartosz Cylwik
Bartosz Cylwik
@bartcuijpers Hi, thanks for letting us know, we'll update the tutorial. Changing to dynamic imports` seems to fix those isssues with other frameworks aswell.
@miguelgargallo Using dynamic imports didn't work? TW-Elements needs to be used client site.
@arjarn This error is most likely related to the SSR rendering of the app. TW Elements has components should be rendered on the Client Side because it's using the `document`...
Can you prepare a snippet with an example on how to recreate the issue? Or provide some code here? Link to where you can create a code snippet: https://tw-elements.com/snippets/ I...
The problem is with this line ``` select.current.setValue(outerValue.map((s) => s.value)); ``` Because the wrapper doesn't have the `setValue` method that would change the Select component. You have to get the...
I see, yes you are right. I do not seem to understand the need for `select.current.setValue(outerValue.map((s) => s.value));` though. When I delayed the execution of this code with setTimeout the...
@xavier-ottolini Hi! When are you calling the `setValue` method? What stack are you using? Can you provide some example?
@xavier-ottolini I'm adding this to our project since I can't find a solution for that at this very moment. There seem to be some kind of weird interaction when doing...
I've been testing this issue again. Sorry it took some time, I'm not sure whether it still will be useful for you but maybe someone other may make use of...
The `clear, cancel` and `ok` buttons are hidden in inline mode by the design. I'm adding this as an idea