ant-design-blazor / ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

Home Page:https://antblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception occurs when clicking clear button of TreeSelect

pankey888 opened this issue · comments

Describe the bug

If you click the clear button of TreeSelect:
image
The exception will raise: : Unable to set property 'Values' on object of type 'AntDesign.TreeSelect`
image

Steps to reproduce (please include code)

Exceptions (if any)

Further technical details

  • AntDesign Nuget Package version
  • Include the output of dotnet --info
  • The IDE (VS / VS Code/ VS4Mac) you're running on, and it's version

This issue has already been fixed by ElderJames(#3831).