When updating the refresh length in the DatePicker, the value is updated but the DatePicker gets reset to off state.

DatePicker interval should be updated without getting set to 'off'. It looks like what's happening (see example above) is the 1 in 10 is being removed and then replaced with a 3. So for a moment the value is 0. The datepicker sees that 0 value and sets the state to 'off'.
Originally opened in kibana elastic/kibana#43542 but looks like it's an EUI issue.
When updating the refresh length in the DatePicker, the value is updated but the DatePicker gets reset to
offstate.DatePicker interval should be updated without getting set to 'off'. It looks like what's happening (see example above) is the 1 in 10 is being removed and then replaced with a 3. So for a moment the value is 0. The datepicker sees that 0 value and sets the state to 'off'.
Originally opened in kibana elastic/kibana#43542 but looks like it's an EUI issue.