Skip to content

Commit

Permalink
fix: Internal value of hidden input is not updated (#6896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpajon authored Jul 16, 2024
1 parent 824ff3a commit ee314da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/multiselect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ export const MultiSelect = React.memo(
'aria-expanded': overlayVisibleState,
disabled: props.disabled,
tabIndex: !props.disabled ? props.tabIndex : -1,
value: props.value,
...ariaProps
},
ptm('input')
Expand Down

0 comments on commit ee314da

Please sign in to comment.