We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a055 commit 347c274Copy full SHA for 347c274
src/internal-packages/crud/lib/component/editable-value.jsx
@@ -41,7 +41,7 @@ class EditableValue extends React.Component {
41
<input
42
ref={(c) => this._node = c}
43
type='text'
44
- size={this.element.currentValue ? this.element.currentValue.length : 5}
+ size={this.element.currentValue ? (this.element.currentValue.length + 1) : 5}
45
className={this.style()}
46
onBlur={this.handleBlur.bind(this)}
47
onFocus={this.handleFocus.bind(this)}
0 commit comments