Numeric Readonly by deafult?

Hi,

then i use numeric in grind every thing is fine, but then i use it alone. it always setup readonly and i cant enter any values....

thanks

Works normally on our demo:
https://blazor.radzen.com/numeric

Yes i know that in your demo everything works. But by documentation readonly must be false by default, but some how it is not. i try using atribute readonly="false", but it did not helped.

readonly="readonly" is the HTML input attribute rendered when the Blazor component property ReadOnly is set to true.