Skip to content

Commit

Permalink
fix: Ensure width is passed to Select input (#3130)
Browse files Browse the repository at this point in the history
Width was deconstructed from Select input props. We should remove it it from the deconstructed props to ensure correct styling when you pass with to Select.Input.

[category:Components]

Co-authored-by: manuel.carrera <[email protected]>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Feb 10, 2025
1 parent ab29c0d commit 1849540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/react/select/lib/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const SelectInput = createSubcomponent(TextInput)({
error,
textInputProps,
disabled,
width,
ref,
onChange,
onInput,
Expand Down

0 comments on commit 1849540

Please sign in to comment.