horizon/horizon/static/framework/widgets/form/fields
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
..
array.html Schema Form Developer Panel 2017-02-22 11:01:02 +11:00
checkbox.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
checkboxes.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
default.html Enable to set step attribute for number input 2017-06-15 16:21:14 +09:00
fieldset.html Schema Form Developer Panel 2017-02-22 11:01:02 +11:00
help.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
radio-buttons.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
radios-inline.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
radios.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
section.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
select.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
submit.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
tabarray.html Schema Form Developer Panel 2017-02-22 11:01:02 +11:00
tabs.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00
textarea.html Add Angular Schema Form 2016-08-04 16:53:41 +00:00