acf-codifier icon indicating copy to clipboard operation
acf-codifier copied to clipboard

Support float step sizes and enforce validation in the set_step method for Number field

Open jaakkolehtonen opened this issue 1 year ago • 1 comments

  • Updated set_step to allow float step sizes
  • Added validation to ensure the step size is a positive numeric value, as negative step sizes have no effect in the step attribute of HTML inputs

jaakkolehtonen avatar Dec 04 '24 12:12 jaakkolehtonen

This change also resolves the PHP 8.1 deprecation notice for implicit conversion from float to int when the passed value is a float.

jaakkolehtonen avatar Dec 04 '24 12:12 jaakkolehtonen