Does anybody know of a way to remove the drop-down...
# advancedpdf
s
Does anybody know of a way to remove the drop-down arrow from printing to the page (System Print Dialog)? I've tried using both CSS & in-line HTML to no avail.
Copy code
<input type="select" style="width:375px;" name="activity" value="Select Option" editable="true">
 				<option>Select Option</option>
                <option>Option 2</option>
    </input>