diff --git a/CHANGELOG.md b/CHANGELOG.md index d84f7a4f..fb0ff3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [fix] FieldBirthdayInput: placeholder text was not selected by default. + [#1039](https://github.com/sharetribe/flex-template-web/pull/1039) + ## [v2.12.0] 2019-02-28 - [fix] Fix to PR [#1035](https://github.com/sharetribe/flex-template-web/pull/1035). In diff --git a/src/components/FieldBirthdayInput/FieldBirthdayInput.js b/src/components/FieldBirthdayInput/FieldBirthdayInput.js index fe90df08..6152592e 100644 --- a/src/components/FieldBirthdayInput/FieldBirthdayInput.js +++ b/src/components/FieldBirthdayInput/FieldBirthdayInput.js @@ -155,7 +155,9 @@ class BirthdayInputComponent extends Component { onBlur={() => this.handleSelectBlur()} onChange={e => this.handleSelectChange('day', e.target.value)} > - + {days.map(d => ( + {months.map(m => ( + {years.map(y => (