I use pqSelect with singlePlaceHolder and radio buttons and set the deselect option to true.
When created, the singlePlaceHolder show my title text and, when an option is selected, the option text takes the place of the title
That's fine.
But, when the deselect button is clicked, the radio button turn unchecked, and the signlePlaceHolder shows the first entry of the list (even this radio button is not checked)
Is there something I do wrong ?