Spinbox Example: Auto-correct on Blur
Related JIRA Ticket: SOHO-7232
In some cases (for example, where lower Spinbox limits are small and positive) it may not be possible to allow normal Spinbox behavior, which is to autocorrect to minimum or maximum values during keypress. Enabling the setting `autocorrectOnBlur` causes the Spinbox to allow all numbers to be keyed, and will only update the spinbox on blur.