Meta Box
Support Forum
Support › General › Save Decimal into Number field
Hello,
I use the number field. I want to use it for saving decimal numbers such as 0,755 or 52,9 but the system does not let me to do so. Is there a way to adjust this through the "step" attribute?
Thank you in advance.
That's a myth of the HTML 5 number field :). You can do that simply by using 'step' => 'any'!
number
'step' => 'any'
I see. Thanks for the feedback. I will use the "step" field.