Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]Select组件的Option绑定的值可以为布尔类型 #6651

Open
Youky1 opened this issue Aug 18, 2022 · 0 comments
Open

Comments

@Youky1
Copy link

Youky1 commented Aug 18, 2022

What problem does this feature solve?

现有Option绑定为布尔值时会报错,需要自己对数据做额外处理,增加了工作量。

What does the proposed API look like?

<Select>
    <Option :value="true">Yes</Option>
    <Option :value="false">No</Option>
</Select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant