dabapps / roe

DabApps' Project Development Kit
https://dabapps.github.io/roe
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Fix InputWithPrefixSuffix prop types #336

Open JakeSidSmith opened 4 years ago

JakeSidSmith commented 4 years ago

This component should not pass all it's props to the input, they should go to the input group. There should be a separate prop (inputProps) that is passed to the input.

This is a breaking change.