mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [input] fixed the onchange parameter when type is file BREAKING CHANGE : the onchange type of input has been enhanced to string FileList closed #14686 * fix: fix lint * fix: fix lint * fix(components): input remove error * perf(components): input change event emit event * fix(components): [input] add test & fix file clear * fix: fix unit test * perf: change input test name * chore: format --------- Co-authored-by: qiang <qw13131wang@gmail.com>