MICROBA-595 | Add default option to work status choices

[MICROBA-595]
- Add default option to work status choices
This commit is contained in:
Justin Hynes
2020-09-24 15:30:35 -04:00
parent d2f2a2918e
commit 055595e39e

View File

@@ -418,6 +418,7 @@ class DemographicsCollectionModal extends React.Component {
selectOnChange={this.handleSelectChange}
labelText={"What is your current employment status?"}
options={[
<option value="default" key="default">{gettext("Select employment status")}</option>,
this.loadOptions(FIELD_NAMES.WORK_STATUS)
]}
showInput={wizardConsumer[FIELD_NAMES.WORK_STATUS] == "other"}