Skip to content

Commit 54ca0f4

Browse files
committed
Spinner: Document that manually entered values are never modified - Fixes #161
1 parent 930b377 commit 54ca0f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entries/spinner.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
<p>Focus stays in the text field, even after using the mouse to click one of the spin buttons.</p>
2222

23+
<p>When the spinner is not read only (<code>&lt;input readonly&gt;</code>), the user may enter text that causes an invalid value (below min, above max, step mismatch, non-numeric input). Whenever a step is taken, either programmatically or via the step buttons, the value will be forced to a valid value (see the description for <a href="#method-stepUp"><code>stepUp()</code></a> and <a href="#method-stepDown"><code>stepDown()</code></a> for more details).</p>
24+
2325
<xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
2426

2527
<ul>

0 commit comments

Comments
 (0)