Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit c64df28

Browse files
authored
Merge pull request JedWatson#2276 from harrykao/input_inline_block
Fix rendering with arrowRenderer and no autosize.
2 parents f3f02ef + d235dee commit c64df28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ class Select extends React.Component {
925925
);
926926
}
927927
return (
928-
<div className={ className } key="input-wrap">
928+
<div className={ className } key="input-wrap" style={{display: 'inline-block'}}>
929929
<input id={this.props.id} {...inputProps} />
930930
</div>
931931
);

0 commit comments

Comments
 (0)