Skip to content

Commit 4d13be8

Browse files
committed
Merge branch 'master' into theming_widgets
2 parents d0f362f + 5a4e779 commit 4d13be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/spinner.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Enhance a text input for entering numeric values, with up/down buttons and arrow key handling.
66
</desc>
77
<longdesc>
8-
<p>Spinner, or number stepper, widget is perfect for handling all kinds of numeric input. It allow users to type a value directly or modify an existing value by spinning with the keyboard, mouse or scrollwheel. When combined with Globalize, you can even spin currencies and dates in a variety of locales.</p>
8+
<p>The Spinner, or number stepper widget, is perfect for handling all kinds of numeric input. It allows users to type a value directly, or modify an existing value by spinning with the keyboard, mouse or scrollwheel. When combined with Globalize, you can even spin currencies and dates in a variety of locales.</p>
99

10-
<p>Spinner wraps a text input, adds two buttons to increment and decrement the current value, along with handling key events for the same purpose. It delegates to <a href="https://github.com/jquery/globalize">Globalize</a> for number formatting and parsing.</p>
10+
<p>Spinner wraps a text input with two buttons to increment and decrement the current value. Key events are added so that the same incrementing and decrementing can be done with the keyboard. Spinner delegates to <a href="https://github.com/jquery/globalize">Globalize</a> for number formatting and parsing.</p>
1111

1212
<h3>Keyboard interaction</h3>
1313

0 commit comments

Comments
 (0)