ProcessMaker / vue-form-elements

Reusable VueJS Based Form Elements
25 stars 12 forks source link

Emit reset instead input #375

Closed agustinbusso closed 1 year ago

agustinbusso commented 1 year ago

Issue & Reproduction Steps

Expected behavior: Screen should not freeze, instead when a default value does not exist in option list, the value should be configured to null

Actual behavior: Screen got freeze

Solution

How to Test

Test the steps above. Ensure screen not getting freeze. Ensure dependent fields are working correctly, please see https://processmaker.atlassian.net/browse/FOUR-7124

Related Tickets & Packages

Code Review Checklist

caleeli commented 1 year ago

@ryancooley just in case, the first time I generated the bundle of this package, seems it was not generated properly because of the lint/prettier errors, causing the screen builder test to fail and hang. Then, I would suggest to run npm run build-bundle twice if you get errors/warnings related to lint/prettier during the build.