Skip to content

Commit

Permalink
Document number input functionality (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jan 27, 2024
1 parent c7d176d commit 99d0b45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/pages/docs/fixtures/ui-controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ export default () => {

The `useValue` hook can be used to control any type of serializable data, like strings, numbers and booleans, including objects and arrays.

> The [Boolean Input Plugin](/docs/plugins#boolean-input-plugin) can be installed to turn boolean controls into checkboxes.
### Number inputs

While focused on number inputs you can use the up and down arrow keys to increment and decrement the value. Hold ⎇ for .1 increments, ⇧ for 10 increments, and ⌘ for 100 increments.

### Boolean inputs

The [Boolean Input Plugin](/docs/plugins#boolean-input-plugin) can be installed to turn boolean controls into checkboxes.

## `useSelect`

Expand Down

0 comments on commit 99d0b45

Please sign in to comment.