I am unable to get the Drag and Drop dragstart event to fire for an item (option tag) dropdown list (select tag). I set the draggable attribute of the option tag to true as required but the dragstart event does not get fired neither does the item become draggable. It works for other elements like a div, ul etc. Is there some default behavior of the dropdown list that is somehow preempting the Drag and Drop dragstart event?
Thanks