Describe the bug
DxcSelect crashes application when setting select with searchable, multiple and receives an empty array.
To Reproduce
Try below component
<DxcSelect label="Select your coworkers" placeholder="Choose a colleague" options={[]} searchable multiple />
Example:
- Try adding the DxcSelect with searchable and multiple option
- Pass an empty array and you should see app crash
Expected behaviour
Avoid app crash when the component receives an empty array
Screenshots

Add labels
Bug