diff options
Diffstat (limited to 'app/client/common')
| -rw-r--r-- | app/client/common/select.component.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/common/select.component.js b/app/client/common/select.component.js index c7fa93c..0a48dce 100644 --- a/app/client/common/select.component.js +++ b/app/client/common/select.component.js @@ -50,6 +50,7 @@ class Select extends Component { onChange={this.handleChange} value={currentValue || lastValue} > + {this.props.placeholder && <option value=''>{this.props.placeholder}</option>} {options} </select> </label> |
