You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input accepts a width prop (via React.InputHTMLAttributes<HTMLInputElement>), that is not actually used (width is set as 100%). We either need to fix this type OR actually allow a width prop to the input, which seems convenient to me. We should do this as well for selects.
Wanted to open this for discussion.
The text was updated successfully, but these errors were encountered:
Input
accepts awidth
prop (viaReact.InputHTMLAttributes<HTMLInputElement>
), that is not actually used (width is set as 100%). We either need to fix this type OR actually allow a width prop to the input, which seems convenient to me. We should do this as well for selects.Wanted to open this for discussion.
The text was updated successfully, but these errors were encountered: