Skip to content

Commit 858d732

Browse files
committed
Merge branch 'master' of https://github.com/prysmex/ember-eui into eui-tooltip
2 parents 53df04e + 85a296e commit 858d732

File tree

1 file changed

+1
-1
lines changed
  • docs/forms/forms-controls/range-demo

1 file changed

+1
-1
lines changed

docs/forms/forms-controls/range-demo/demo2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ order: 2
1919
</:title>
2020
<:body>
2121
<p>
22-
Two-value input[type=range] elements are not part of the HTML5 specification. Because of this support gap, EuiDualRange cannot expose a native value property for native form to consumption. The React onChange prop is the recommended method for retrieving the upper and lower values.
22+
Two-value input[type=range] elements are not part of the HTML5 specification. Because of this support gap, EuiDualRange cannot expose a native value property for native form to consumption.
2323
</p>
2424
<p>
2525
EuiDualRange does use native inputs to help validate step values and range limits. These may be used as form values when showInput is in use. The alternative is to store values in input[type=hidden].

0 commit comments

Comments
 (0)