Meta Box
Support › General › Range isssue
I created a custom field set up for book reviews. All works as expected except for the range field for the book review portion.
I did it in increments of .25 with min being 0 and max being 5. Whenever I save the post at let’s say 4.25 meta box saves to a rounded down of 4.
Hi,
The range field only supports saving the integer number step. You can read more here https://www.php.net/manual/en/function.intval.php
range
I will inform the development team to consider supporting the float number step for this field.