Skip to content
Merged
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
2 changes: 1 addition & 1 deletion entries/spinner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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.
Spinner currently supports Globalize 0.x only. Support for Globalize 1.x is currently not planned.
</div>

<h3>Keyboard interaction</h3>
Expand Down