You need to sign in to do that
Don't have an account?
kvin
Arrow buttons on multipicklist disappear on page refresh in visual force tab
Hi guys,
I have used the multi picklist on visual force page tab, on initial load of page the multi picklist looks perfect but when the page refreshes the arrow buttons to add/remove values disappear. Following is the sample code. Any thoughts. I have tried using the standardstylesheets="true" and also tried using the custom with no luck
<apex:pageBlockSection showHeader="false" columns="1"> <apex:pageBlockSectionItem> <apex:outputLabel value="{!$ObjectType.opportunity.fields.REAS_Identity_Type_Matter_MP__c.label}" for="TestMPickListField" /> <apex:inputField id="TestMPickListField" value="{!opp.Services__c}" required="{!department3}" /> </apex:pageBlockSectionItem> </apex:pageBlockSection>