﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21752	"forms.NumberInput - ""step"" always forced to ""any"", cannot modify"	orcein@…	Claude Paroz	"I'm trying to customize my form widgets, and I have the following code:
{{{
rand_range = forms.NumberInput(attrs={'step': 0.01, 'max': 1.0, 'min': 0.0})
}}}
However when the field is rendered in HTML, the step is always set to ""any"". I have also tried putting the number in quotes to no perceivable result. ""min"" and ""max"" values are working correctly."	Bug	closed	Forms	1.6	Normal	fixed			Accepted	1	0	0	0	0	0
