Description
The id for an Input should probably be marked as required by it's TS typings. If not, its label will not have labelFor set.
Expected behavior
Spit out a TS error when id is not present.
Actual behavior
Not having an id is not flagged as an error, while the docs state that id should be set.

Steps to reproduce the problem
- Create an
Input and don't set the id prop
- No TS errors/warnings
Specifications
- Affected component(s): Input
- Versions: latest
Description
The
idfor anInputshould probably be marked as required by it's TS typings. If not, its label will not havelabelForset.Expected behavior
Spit out a TS error when
idis not present.Actual behavior
Not having an
idis not flagged as an error, while the docs state thatidshould be set.Steps to reproduce the problem
Inputand don't set theidpropSpecifications