Skip to main content

Hi all, 

 

I have created a CustomType picklist using combobox. 

 

It works correctly in our staging environment. I can see the rendered values in the picklist custom cell.  

 

In our test environment. 

CustomTypes picklist on LWC Datatable

 

 

When I deploy the same code to our production., the pick list values do not appear. 

 

Screenshot 2025-06-02 153052.png

 

 

I hardcoded the options values and it's still does not work.  

The meta files are on the same api version 63. 

The console log is showing the correct values for the options array. 

 

Has anyone else, experienced this behaviour? 

 

Thanks. 

Vinh 

 

4 answers
  1. Jun 5, 2025, 5:03 AM

    Hi, 

     

    Just to let you know I logged a case with Salesforce and the reason why it didn't work in versions prior to Summer 25 is, I didn't have the columnDef attribute. I have not seen that in any of the samples I viewed. In Summer 25 the columnDef is no longer required. 

     

    The combobox needed.     options={columnDef.typeAttributes.options} 

     

     

     

0/9000