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

The treeselect component AllowClear is invalid #3807

Open
499105097 opened this issue Apr 17, 2024 · 1 comment
Open

The treeselect component AllowClear is invalid #3807

499105097 opened this issue Apr 17, 2024 · 1 comment

Comments

@499105097
Copy link

<TreeSelect TItem="Data" Style="width:100%;" DataSource="treeData" @bind-Value="@value" Placeholder="Please select" AllowClear Multiple TreeDefaultExpandAll ChildrenExpression="node=>node.DataItem.Children" TitleExpression="node=>node.DataItem.Title" KeyExpression="node=>node.DataItem.Key" IsLeafExpression="node=>node.DataItem.Children==null"> </TreeSelect>
This demo has AllowClear invalid

@499105097
Copy link
Author

@bind-Value="@value" value The selected value cannot be obtained

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