Hi,
in my attached example, on Numericimput.razor page, there is a numeric textbox at which is attached a ValueChange
event that have to change input value to value*2
This event is fired when:
- press enter
- click on up and down arrow
- press tab
- click at another point on the page
BUT
When TAB is pressed or click on another point of page, it's value doesn't change
The value changes only when I press enter or click the up/down arrow
Why? I expect that value changes in all of the 4 case in the list above.
Can you help me?
Attachment:
SyncfusionBlazorApp1_9e598b9a.zip