Numeric change event double? values

Hi i want to use double? in a Numeric field.

When i change de Step to 1.0 it changes in dynamic,
How can i force the numeric field to be a double?

Numeric3Change(double? args) in stead of Numeric3Change(dynamic args)

thanks

You can do it like this:

  1. Create a page property of double? type.

  2. Set the Value of your numeric to that property.

Find attached a sample application.
BlazorNumeric.zip (69.7 KB)