ProcessMaker / vue-form-elements

Reusable VueJS Based Form Elements
25 stars 12 forks source link

Fix SelectList and RichText reactivity problems #352

Closed caleeli closed 2 years ago

caleeli commented 2 years ago

Issue & Reproduction Steps

There are reactivity problems with multiple components like:

Solution

Most of the reactivity problems are caused by watching data, validationData, _parent properties and using the option deep: true. The code included in this PR modify this problems in components:

How to Test

Related Tickets & Packages

Code Review Checklist