Skip to content

Commit c224093

Browse files
committed
applied suggestions
1 parent d20ba68 commit c224093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ THE SOFTWARE.
6464
If @min is specified and @min is greater than this value, both @min and @max will not work.
6565
]]>
6666
</st:attribute>
67-
<st:attribute name="step">
67+
<st:attribute name="step"> <![CDATA[
6868
The step size of the @value. The default is 1. This becomes the @step of the <input> tag.
69-
This will work only if @clazz is 'number', 'number-required', 'non-negative-number-required',
70-
'positive-number', 'positive-number-required'.
71-
If this value contains non-digit characters, it will not work.
69+
The step should be an integer.
70+
Otherwise the spinner of the input will change the field to non integer values.
71+
]]>
7272
</st:attribute>
7373
<!-- Tomcat doesn't like us using the attribute called 'class' -->
7474
<st:attribute name="clazz">

0 commit comments

Comments
 (0)