Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[terra-form-select] fixed console error (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 13, 2024
1 parent 83e0cba commit 3f404c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 6.62.1 - (May 13, 2024)

* Fixed
* Fixed a "prop not recognized" console error.


## 6.62.0 - (May 8, 2024)

* Added
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-select",
"version": "6.62.0",
"version": "6.62.1",
"description": "Provides a drop down of selectable options.",
"author": "Cerner Corporation",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/terra-form-select/src/multiple/Frame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ class Frame extends React.Component {
required,
totalOptions,
value,
getInputRef,
...customProps
} = this.props;

Expand Down

0 comments on commit 3f404c3

Please sign in to comment.