Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 4, 2018
1 parent 1f8b785 commit d66adf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ class SelectField extends React.Component {
required,
valid,
boxed,
placement,
className,
native,
autoComplete,
Expand Down Expand Up @@ -284,7 +283,7 @@ class SelectField extends React.Component {
{ native && !autoComplete ? (
<select
{ ...omit(rest, [
'validate', 'parseValue', 'autoCompleteThreshold',
'validate', 'parseValue', 'autoCompleteThreshold', 'placement',
]) }
id={id}
ref={(ref) => this.nativeField = ref}
Expand Down

0 comments on commit d66adf0

Please sign in to comment.