horizon/horizon/static
Shu Muto bf50752a16 Enable to set step attribute for number input
angular-schema-form doesn't apply "step" attribute
for number type input.

To increase the number properly in the form by form control,
"step" attribute should be applied to number type input.

e.g.) if set 0.1 to step, form control will be increase the number
as 0.1->0.2->0.3... or decrease it as 1->0.9->0.8... .

This patch fixes it.

Change-Id: Ie837b605f281001ae209e743ea50b25a091dd752
Closes-Bug: #1698086
2017-06-15 16:21:14 +09:00
..
auth Use correct casing on jQuery. 2016-05-12 09:25:03 -07:00
framework Enable to set step attribute for number input 2017-06-15 16:21:14 +09:00
horizon There is problem in UpdateRow of Horizon page. 2017-06-06 08:55:12 +09:00