<%= image_tag(combobox_security.logo_url, class: "rounded-full h-8 w-8 inline-block mr-2" ) %>
<%= combobox_security.name.presence || combobox_security.symbol %> <%= "#{combobox_security.symbol} (#{combobox_security.exchange_operating_mic})" %>
<% if combobox_security.country_code.present? %>
<%= image_tag("https://hatscripts.github.io/circle-flags/flags/#{combobox_security.country_code.downcase}.svg", class: "h-4 rounded-sm", # h-3 (12px) matches text-xs, w-5 for 3:5 aspect ratio alt: "#{combobox_security.country_code.upcase} flag", title: combobox_security.country_code.upcase) %> <%= combobox_security.country_code.upcase %>
<% end %>