⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.
- Read the docs .
- Make sure the code is up to date. (Some bugs have been fixed in the latest code)
- This is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
Describe the bug
select组件value是number类型,使用setFieldsValue赋值传的是int类型,实际赋值的是varchar类型,导致无法默认选项
Reproduction
setFieldsValue({
addressId: 8, //实际赋值 '8'
});
1条答案
按热度按时间ujv3wf0j1#
解决了吗?