This PR removes the non-functioning fullWidth prop from TimeInput altogether. It is not useful since the input entry length is limited anyway, and there are no use cases where the input value needs to be longer.
Motivation and Context
This was a redundant entry in the components API with no real implementation behind it.
Description
This PR removes the non-functioning
fullWidth
prop fromTimeInput
altogether. It is not useful since the input entry length is limited anyway, and there are no use cases where the input value needs to be longer.Motivation and Context
This was a redundant entry in the components API with no real implementation behind it.
Release notes
TimeInput
Breaking change: Remove redundant
fullWidth
prop