Can i set the default value of RadzenNumeric?

Hello!
In the the first example of RadzenNumeric, https://blazor.radzen.com/numeric
The numeric can't be Nullable.
But if the user clear the input, what data is the numeric?
Can i set the default value and show to the user?
image

The value of Numeric component can be null actually if TValue is nullable. Maybe you can set Placeholder to know your users what to enter.