vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

New table form rows and cols inputs doesn't work

Open tearat opened this issue 4 years ago • 1 comments

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 avatar Jan 12 '21 18:01 tearat

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

tearat avatar Jan 12 '21 18:01 tearat