选择器 Select当a-option为false时不会正确的响应
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Browser: chrome100.0.4896.88
- Reproduction Link: https://codesandbox.io/embed/cranky-wood-eigcw9?fontsize=14&hidenavigation=1&theme=dark
What is expected?
选择不了 否
@pylist 你好,select 是不支持 Boolean 值,仅支持 String 或 Number
@hehehai 这样很不方便吧! 后面会打算支持么, 我看element ui框架是支持的
@pylist 后面会优化一下,增加 boolean 和 空值 的支持
@pylist 后面会优化一下,增加 boolean 和 空值 的支持
同求支持
同上,以及支持清除时,设定特定值
Invalid prop: type check failed for prop "value". Expected String | Number | Object, got Boolean with value true. 同理,但是官网文档里写了支持Boolean。请问一下为什么
Invalid prop: type check failed for prop "value". Expected String | Number | Object, got Boolean with value true. 同理,但是官网文档里写了支持Boolean。请问一下为什么
@JsweetA 你好需要确保组件库版本 >=2.51.0,如还未解决可提供可复现链接。