Skip to content

Commit

Permalink
Remove (optional) from value entry field
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Apr 17, 2020
1 parent 4b9a049 commit 61b1a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/range-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A RangeControl can contain the following elements:

1. **Track**: The track shows the range available for user selection. For left-to-right (LTR) languages, the smallest value appears on the far left, and the largest value on the far right. For right-to-left (RTL) languages this orientation is reversed, with the smallest value on the far right and the largest value on the far left.
2. **Thumb**: The thumb slides along the track, displaying the selected value through its position.
3. **Value entry field** (optional): The value entry field displays the currently selected, specific numerical value.
3. **Value entry field**: The value entry field displays the currently selected, specific numerical value.
4. **Icon** (optional): An icon can be displayed before or after the slider.
5. **Tick mark** (optional): Tick marks represent predetermined values to which the user can move the slider.

Expand All @@ -44,8 +44,8 @@ Possible selections may be organized through the use of tick marks, which a thum
- **Click jump**: The slider is controlled by clicking the track.
- **Click and arrow**: The slider is controlled by clicking the thumb, then using arrow keys to move it.
- **Tab and arrow**: The slider is controlled by using the tab key to select the thumb of the desired slider, then using arrow keys to move it.
- **Value entry field**: Discrete sliders have value entry fields. After a text entry is made, the slider position automatically updates to reflect the new value.
- **Tick marks** (Optional) Discrete sliders can use evenly spaced tick marks along the slider track, and the thumb will snap to them. Each tick mark should change the setting in increments that are discernible to the user.
- **Value entry field** (Optional): Discrete sliders have value entry fields. After a text entry is made, the slider position automatically updates to reflect the new value.

### Usage

Expand Down

0 comments on commit 61b1a9b

Please sign in to comment.