I have a select element with several option but when i add the "multiple" attribute the layout of the dropdown list changes to be less likeable, so when using map to create an array of the selected option value it adds only one option to the array and when the user select another option it creates a new array instead of adding the second option to the existing array is there away to get around it without adding the multiple attribute to retain the layout of the dropdown list
enter code here