Skip to content

Commit d20ba68

Browse files
Update core/src/main/resources/lib/form/number.jelly
Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
1 parent 4ba6911 commit d20ba68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/lib/form/number.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ THE SOFTWARE.
6565
]]>
6666
</st:attribute>
6767
<st:attribute name="step">
68-
The step size of the @value. The default is 1.
68+
The step size of the @value. The default is 1. This becomes the @step of the <input> tag.
6969
This will work only if @clazz is 'number', 'number-required', 'non-negative-number-required',
7070
'positive-number', 'positive-number-required'.
7171
If this value contains non-digit characters, it will not work.

0 commit comments

Comments
 (0)