Skip to content

Commit 42b1d11

Browse files
authored
pass renderInput efore passing TextField props (#1444)
1 parent 0b403f7 commit 42b1d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dateTimePicker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ class DateTimePicker extends Component {
278278

279279
return (
280280
<TextField
281+
renderExpandableInput={renderInput}
281282
{...textInputProps}
282283
value={this.getStringValue()}
283-
renderExpandableInput={renderInput}
284284
expandable
285285
renderExpandable={this.renderExpandable}
286286
onToggleExpandableModal={this.onToggleExpandableModal}

0 commit comments

Comments
 (0)