﻿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
20674	html5 Input Type: range	bps	nobody	"Hello!
New html5 input types was added (NumberInput, EmailInput, URLInput etc.) - it's beautiful. But what about the RangeInput?

Example: 

{{{
<input type=""range"" name=""points"" min=""1"" max=""10"">
}}}


It has following attributes:


{{{
max - specifies the maximum value allowed
min - specifies the minimum value allowed
step - specifies the legal number intervals
value - Specifies the default value
}}}
"	New feature	closed	Forms	dev	Normal	wontfix	html5, range, field types		Unreviewed	0	0	0	0	0	0
