react-bootstrap-typeahead icon indicating copy to clipboard operation
react-bootstrap-typeahead copied to clipboard

Added a select all feature

Open Nathan-Roberts123 opened this issue 1 year ago • 1 comments

What issue does this pull request resolve? This will pull request will add a new feature that was requested by users, this feature allows a user to click on a select all button to select all options in a multiple select input. Issue #821

What changes did you make? I added a button to select all options in a multiple input options menu, and I created the function to handle that click and add all options to selectedOptions array. I also wrote a test for the feature.

Is there anything that requires more attention while reviewing? No, I don't think there is.

Nathan-Roberts123 avatar Jan 15 '24 14:01 Nathan-Roberts123

select_all_inage The feature looks something like this.

Nathan-Roberts123 avatar Jan 15 '24 14:01 Nathan-Roberts123