chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

New table form rows and cols inputs doesn't work #141

Open tearat opened 3 years ago

tearat commented 3 years ago

I included component in my project and all the modules works as well but not the new table form. The inputs that sets rows and cols count doesn't change values as if they are disabled (default 2 value not changes).

I saw the strange '[object Object]' attribute in form element. The value must not be a string I think.

<form data-v-ebce4d12="" class="form" uid="2" options="[object Object]">

Maybe this can be a clue.

I'll try to build module locally and troubleshot this error and create a pull request in near time but maybe you can do it faster. Thanks.

tearat commented 3 years ago

UPD: I can change these values with the keyboard arrows but still can't with clicks and number inputs