Skip to content

Commit

Permalink
add js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Oct 2, 2023
1 parent 9b5d5df commit b8b294d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/OptionsSelector/BaseOptionsSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ class BaseOptionsSelector extends Component {
});
}

/**
* Completes the follow-up action after clicking on multiple select button
* @param {Object} option
*/
addToSelection(option) {
if (this.props.shouldShowTextInput && this.props.shouldFocusOnSelectRow) {
this.textInput.focus();
Expand Down

0 comments on commit b8b294d

Please sign in to comment.