function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sanu VermaSanu Verma 

Standard multiple picklist field Not Showing properly on vf page

On my VF page, I called standard multiple picklist fields like this way
<td><apex:inputfield value="{!order.Coat_TIC_PKT__c}" styleClass="testInput"/></td>

it's showing properly on desktop mode, but not showing properly on tab mode.

this one is the desktop mode view:- 
User-added imageand this one is the tab mode view:- 
User-added image

i want to show in tab as same as desktop
Raj VakatiRaj Vakati
Remove the style class and try 
 
<apex:inputfield value="{!order.Coat_TIC_PKT__c}"/>