Hi all,I'm running into a small problem with .clone() on select elements. IfI create a simple HTML select with, say, 3 options, choose the middleone, then clone the select, the resulting clone does not have themiddle option selected. Yet, with other form elements, the variouschosen/selected attributes come with the clone and its children likeyou'd expect. I put together a bare-bones demo ...