Skip to content

Commit

Permalink
Change boolean custom tag to bsPrefix. (#3049)
Browse files Browse the repository at this point in the history
* Change boolean custom tag to bsPrefix.

* Update CHANGELOG.md

Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
  • Loading branch information
WillowP and heath-freenome authored Sep 8, 2022
1 parent 76845d9 commit 3535ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ should change the heading of the (upcoming) version to include a major version b
* docs: fix schema dependencies link by @epicfaace in https://github.com/rjsf-team/react-jsonschema-form/pull/2885
* chore(deps): bump core-js-pure from 3.21.1 to 3.23.3 by @dependabot in https://github.com/rjsf-team/react-jsonschema-form/pull/2902
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/fluent-ui by @dependabot in https://github.com/rjsf-team/react-jsonschema-form/pull/2805
* fix(@rjsf/bootstrap-4): Change custom attribute to bsPrefix by @WillowP in https://github.com/rjsf-team/react-jsonschema-form/pull/3049

# 4.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-4/src/SelectWidget/SelectWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SelectWidget = ({
</Form.Label>
<Form.Control
as="select"
custom
bsPrefix="custom-select"
id={id}
value={typeof value === "undefined" ? emptyValue : value}
required={required}
Expand Down

0 comments on commit 3535ac7

Please sign in to comment.