File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ 1.2.5
2+ ------------------
3+ * Add new style parameter to the rendered <input>
4+
151.2.4 (2018-12-12)
26------------------
37* More click-hold bug fixes.
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export default class RangeStepInput extends React.Component {
3434 value = { this . props . value }
3535 name = { this . props . name }
3636 id = { this . props . id }
37+ style = { this . props . style }
3738 disabled = { this . props . disabled }
3839 onChange = { this . props . onChange }
3940 onMouseDown = { this . onMouseDown }
@@ -149,6 +150,7 @@ RangeStepInput.propTypes = {
149150 id : PropTypes . string ,
150151 name : PropTypes . string ,
151152 disabled : PropTypes . bool ,
153+ style : PropTypes . string ,
152154
153155 // Determines whether the slider changes value when the cursor is
154156 // held on it.
You can’t perform that action at this time.
0 commit comments