0

The date picker appears above the input field and is hidden under the above div, how can I change it to appear down not up?

enter image description here

  <DatePicker
                        selected={ this.state.valueDate }
                        onChange={(val) => this.handleChange(val)}
                        name="startDate"
                        dateFormat="dd.MM.yyyy"
                        className="form-control"
                        autoComplete="off"
                        portalId="root-portal"
                    />
Lin Du
  • 88,126
  • 95
  • 281
  • 483

0 Answers0