fix: Cannot set ValueChanged
without binding in FluentNumberField
#2554
Labels
triage
New issue. Needs to be looked at
🐛 Bug Report
When using a
FluentNumberField
I want to set theValueChanged
callback manually. When trying to do this I get the compiler error:💻 Repro or Code Sample
🤔 Expected Behavior
I should be able to set the
ValueChanged
callback.😯 Current Behavior
The compiler forbids me from setting the
ValueChanged
callback of theFluentNumberField
component.🔦 Context
I am trying to use
FluentNumberField
and manually control the changes to the property. These changes may contain things that I do not want to include in the setter of the property and they can also beasync
.🌍 Your Environment
The text was updated successfully, but these errors were encountered: