-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
Jenkins has sevral textboxes to input numbers,
for instance, "# of executors" and "Days to keep builds".
These input elements are currently <input type="text" />.
If they are <input type="number" />, modern browsers will provide a better UI.