vrk-kpa / suomifi-ui-components

Suomi.fi-styleguide in React components
Other
30 stars 15 forks source link

[Fix] TimeInput redundant fullWidth prop #877

Closed LJKaski closed 2 months ago

LJKaski commented 2 months ago

Description

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.

Release notes

TimeInput

Breaking change: Remove redundant fullWidth prop