Skip to content

Commit

Permalink
Remove custom attribute from Form.Control
Browse files Browse the repository at this point in the history
  • Loading branch information
WillowP authored Aug 26, 2022
1 parent d8ad425 commit b0d144c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bootstrap-4/src/SelectWidget/SelectWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const SelectWidget = ({
</Form.Label>
<Form.Control
as="select"
custom
id={id}
value={typeof value === "undefined" ? emptyValue : value}
required={required}
Expand Down

0 comments on commit b0d144c

Please sign in to comment.