diff --git a/entries/spinner.xml b/entries/spinner.xml index bfe6ed2b..e48494cd 100644 --- a/entries/spinner.xml +++ b/entries/spinner.xml @@ -5,10 +5,14 @@ Enhance a text input for entering numeric values, with up/down buttons and arrow key handling. -

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.

+

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.

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 Globalize for number formatting and parsing.

+
+ Spinner currently supports Globalize 0.x only. Support for Globalize 1.x is planned for jQuery UI 1.13. +
+

Keyboard interaction