I have a dropdown reference selector in which users can select a company and I need to put some sort of placeholder in it, but I know that this property doesn't exist in the <select>. I tried to use the widget HTMLSnippet to insert an option like "select a company" and put its property "selected" to true but no matter what changes I make via Javascript none of them are reflected to the <select> dropdown. Anyone have a suggestion?
↧