-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.6
Environment
mac window都可以稳定复现
Reproduction link
Steps to reproduce
- reactive生命formModel
- 绑定formItem select
- select allowClear
- 使用clearIcon清空 select的值
此时formMedel的key也被清空了
What is expected?
应该只清空value 不应该清空key
What is actually happening?
应该只清空value 不应该清空key