ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

[Bug Report] Form validation + transform: sanitized value not propagated back to model #19736

Open arthabus opened 4 years ago

arthabus commented 4 years ago

Element UI version

2.13.2

OS/Browsers version

Chrome 83.0.4103.106 / Mac OS 10.14.5

Vue version

2.6.11

Reproduction Link

https://jsfiddle.net/nomatter/6x4ybpsu/17/

Steps to reproduce

  1. Open the provided fiddle
  2. enter email
  3. click "send invite" button on the form
  4. check console logs

What is Expected?

The sanitized value is applied to the underlying model

What is actually happening?

During form validation, the sanitized/transformed value is not assigned back to the underlying model.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.