Closed benbcai closed 7 years ago
The suggested fix for this issue is to move https://github.com/cerner/terra-core/blob/master/packages/terra-time-input/src/TimeInput.jsx#L132 to the end of the handleChange function. Anywhere that calls handleValueChange should pass in event
as it is being used in handleValueChange.
Issue Description
This issue only occurs in Firefox. The focus does not automatically move to the minute input after entering an hour. This occurs only when the onChange prop is set.
Issue Type
Expected Behavior
When an hour is entered, the focus should automatically move to the minute input.
Current Behavior
In Firefox, the focus does not to the minute input after entering an hour.
Steps to Reproduce
Environment