From 3c99a88708f5300a0e805383a4d905b88ed4195d Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 5 Nov 2018 11:31:13 +0200 Subject: [PATCH] Fix Firefox: category options were grey --- src/components/FieldBirthdayInput/FieldBirthdayInput.js | 6 +++--- src/components/FieldSelect/FieldSelect.css | 7 +++++++ .../CustomCategorySelectFieldMaybe.js | 4 +++- .../__snapshots__/EditListingDescriptionForm.test.js.snap | 1 + src/forms/PayoutDetailsForm/PayoutDetailsForm.js | 4 +++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/FieldBirthdayInput/FieldBirthdayInput.js b/src/components/FieldBirthdayInput/FieldBirthdayInput.js index aa0709a4..fe90df08 100644 --- a/src/components/FieldBirthdayInput/FieldBirthdayInput.js +++ b/src/components/FieldBirthdayInput/FieldBirthdayInput.js @@ -155,7 +155,7 @@ class BirthdayInputComponent extends Component { onBlur={() => this.handleSelectBlur()} onChange={e => this.handleSelectChange('day', e.target.value)} > - + {days.map(d => ( + {months.map(m => ( + {years.map(y => ( + {categories.map(c => ( + {supportedCountries.map(c => (