I tried to add "Placeholder attribute into a combobox. I have either an error or It does not work :(
NOTE: I use bootstrap 3.2.0
<xp:comboBox id="dRes" value=" {document1.dRes}">
<xp:this.attrs>
<xp:attr name="placeholder" value="Select a value"> </xp:attr>
</xp:this.attrs>
</xp:comboBox>