[Vuejs]-Input field not reacting to data changes after being written to by a user

0๐Ÿ‘

โœ…

I think you need to use domProps instead of attrs to make it reactive. But I would suggest you use vueโ€™s template syntax or if you insist on using the render function I would also suggest you to use JSX.

Leave a comment