#1093·go-app

Can't set HTML attribute step to "any"

Author: Kody-QuintanaCreated Oct 13, 2025Updated Oct 13, 2025

Step is currently defined as:

go
// Specifies the interval between permissible values for an input field.
Step(v float64) HTMLInput

But there is a special value "any" that allows for any value

Source: maxence-charriere/go-app