Trouble with Browser Automations and drop-downs?

I recently had an issue with a website reacting very strangely when attempting to use the Browser: Select option from drop-down menu with a drop-down in a modal. The modal would immediately close after the selection was made. I sought other methods of choosing the item in the drop-down. The method that worked best was to use the Browser: Click element on web page action to select (open) the drop-down. Then, after looking into the CSS for the value I wanted and copying it's selectorm use the same Click element action to click on the CSS for the drop-down value I wanted. This worked like a charm!
Thanks to @Jozef_783863 for his advice!