ant-design-blazor / ant-design-blazor

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

Home Page:https://antblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CheckboxGroup items checked all together OnCheck when page is first loaded

zuevus opened this issue · comments

Describe the bug

A bug reproduced when we use CheckboxGroup. If page had been just loaded and we tried to check one of the item it was seen that all together items have been marked as checked. Please, look at the gif:
14
It was reproduced as for antdesing documentation project (https://antblazor.com/en-US/components/checkbox#components-checkbox-demo-Layout) and our self

Steps to reproduce (please include code)

  1. Go to https://antblazor.com/en-US/components/checkbox#components-checkbox-demo-Layout
  2. Oserve A, B, C, D, E checkbox items
  3. Try to mark the B checkbox item
  4. Assert all A, B, C, D, E checkbox items were marked together

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