Though text-overflow: ellipsis in css works properly in div, spans and etc it does not work properly in HTML select. Only the text overflow will be hidden from the select. But not ends with dots as the default behavior of text-overflow
Can anyone suggest any workarounds for this please ?
JsFiddle Exampleenter code here