docs
docs copied to clipboard
setValue can't work in vuejs apps
Hi. I'm integrating with an VueJS app and when I call $inputNode->setValue('test') I see the "test" string in the input, but when I click to submit form, for example, it's like the input was never inputed. In other words, vuejs can't get the input was changed.
Someone can show me a light? Thanks.
Should be reported in the repository of the driver you are using, as this does not seem like a documentation issue