Styles when using data-te-select is not taking effect on dynamic rendering #2346
ikmndz-rci
started this conversation in
Chat about dev stuff
Replies: 1 comment 2 replies
-
Hi, if you have a select element inside a modal, and the modal shows and hides along with the select, you need to reinitialize the select whenever the modal is shown. Check out Select with search inside a modal example in TWE Documentation. Try using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using VueJs, I created a Modal Component with TWE and is designed to submit a form/s. Inside the modal I also used dynamic Tabbed interface to handle multiple forms. My problem is rendering the select in the dynamic Tab/Form.
sample:
I have this array as my default form
and this the method that handles the addition of a new form
I also tried to create a component for te-select which already has the attributes for rendering the te-select and that's the one I called in my dynamic tab/form.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions