1
I have a form, where the phone fields is dynamic so the user can add as many numbers as they want.
But when I click the button to add new item, this created item appears without formatting. Not to mention it still gives a bug that goes down the entire screen.
See what happens in the gif below:
I tried to enter the code right here, but it was not showing the formatting of Boostrap, so I put in the codepen:
https://codepen.io/anon/pen/qJYwQL
I know this can happen because Vue.js tried to add an item after the screen was already rendered, I remember that jquery had this same problem, until they launched the live method that kept formatting with dynamic items.
Is it possible to fix this problem in Vue?
Thank you, it worked perfectly. A simple and easy solution.
– Samanta Silva