8000 Spinner: Document Globalize version support by scottgonzalez · Pull Request #307 · jquery/api.jqueryui.com · GitHub
[go: up one dir, main page]

Skip to content

Spinner: Document Globalize version support #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion entries/spinner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
Enhance a text input for entering numeric values, with up/down buttons and arrow key handling.
</desc>
<longdesc>
<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>
<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>

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

<div class="note">
Spinner currently supports Globalize 0.x only. Support for Globalize 1.x is planned for jQuery UI 1.13.
</div>

<h3>Keyboard interaction</h3>

<ul>
Expand Down
0