Skip to content

Commit bf253fc

Browse files
committed
Spinner: Document Globalize version support
Closes gh-307
1 parent 642475b commit bf253fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

entries/spinner.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
Enhance a text input for entering numeric values, with up/down buttons and arrow key handling.
66
</desc>
77
<longdesc>
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>
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 <a href="https://github.com/jquery/globalize">Globalize</a>, you can even spin currencies and dates in a variety of locales.</p>
99

1010
<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

12+
<div class="note">
13+
Spinner currently supports Globalize 0.x only. Support for Globalize 1.x is planned for jQuery UI 1.13.
14+
</div>
15+
1216
<h3>Keyboard interaction</h3>
1317

1418
<ul>

0 commit comments

Comments
 (0)