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

Error when clearing dropdown with delete key when DisabledProperty is entered #1537

Closed
bert-algoet opened this issue May 31, 2024 · 0 comments

Comments

@bert-algoet
Copy link
Contributor

Describe the bug
When passing the DisabledProperty to the RadzenDropDown, pressing delete on a dropdown to clear it results in an error.
This is because the disabledPropertyGetter(item) does not support null as a parameter.
image

To Reproduce
<RadzenDropDown TValue="SomeClassWithIsDisabledProperty"
Data="@_lst"
DisabledProperty="IsDisabled"
AllowClear="true"
@bind-Value="@_selectedItem">

Select an item and then press delete.

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

2 participants