diff options
Diffstat (limited to 'examples/common.js')
-rw-r--r-- | examples/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.js b/examples/common.js index 364f7d1..9fddb37 100644 --- a/examples/common.js +++ b/examples/common.js | |||
@@ -27710,7 +27710,7 @@ | |||
27710 | }, | 27710 | }, |
27711 | 27711 | ||
27712 | selectRange: function selectRange() { | 27712 | selectRange: function selectRange() { |
27713 | this.refs.input.focus(); | 27713 | this.refs.input.select(); |
27714 | if (this.props.currentSelectPanel && this.refs.input.value) { | 27714 | if (this.props.currentSelectPanel && this.refs.input.value) { |
27715 | var selectionRangeStart = 0; | 27715 | var selectionRangeStart = 0; |
27716 | var selectionRangeEnd = 0; | 27716 | var selectionRangeEnd = 0; |