Skip to content

Commit

Permalink
Bump version to 2.13.5 and update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Jan 15, 2024
1 parent 9c75a99 commit 5cd8a74
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/react-json-form.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ class FormMultiSelectInputField extends React__default["default"].Component {
}

render() {
let valueTitleMap = choicesValueTitleMap(this.props.options);
let valueTitleMap = choicesValueTitleMap(this.props.options || this.props.value);
return /*#__PURE__*/React__default["default"].createElement("div", {
className: "rjf-multiselect-field-input",
onClick: this.props.onClick,
Expand Down
2 changes: 1 addition & 1 deletion dist/react-json-form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-json-form.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ class FormMultiSelectInputField extends React$1.Component {
}

render() {
let valueTitleMap = choicesValueTitleMap(this.props.options);
let valueTitleMap = choicesValueTitleMap(this.props.options || this.props.value);
return /*#__PURE__*/React$1.createElement("div", {
className: "rjf-multiselect-field-input",
onClick: this.props.onClick,
Expand Down
2 changes: 1 addition & 1 deletion dist/react-json-form.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ class FormMultiSelectInputField extends React$1.Component {
}

render() {
let valueTitleMap = choicesValueTitleMap(this.props.options);
let valueTitleMap = choicesValueTitleMap(this.props.options || this.props.value);
return /*#__PURE__*/React$1.createElement("div", {
className: "rjf-multiselect-field-input",
onClick: this.props.onClick,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhch/react-json-form",
"version": "2.13.4",
"version": "2.13.5",
"description": "Create forms using JSON Schema",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5cd8a74

Please sign in to comment.