SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 96 forks source link

Uncaught afterRender threw an error in 'lightning:select' [Cannot read property 'value' of null] #23

Open SalesforceBobLightning opened 5 years ago

SalesforceBobLightning commented 5 years ago

I am using the component inside my component like this:

<sortablegrid:sdg DefaultPageSize="10" ShowSDGError="false" ShowFilters="true" ShowDebug="false" isPaging="true"
        HideOnError="true" MultiSelectMode="false" Title="Delivery Search" SVGName="standard:email"
        SDGConfiguration="Apex:CustomSearchGrid" UseCache="true" />

When I click on the filter icon, I get this error message:

Uncaught afterRender threw an error in 'lightning:select' [Cannot read property 'value' of null]

Please advice, what should I do to fix this?