List control/Inline editing - hiding blank lookup entries

Hi,
I have a child list placed inside parent list form with inline editing enabled.
Child list has lookup columns taking information from calculated fields in other lists.
I would like to hide the "blank" entries in the lookup combo controls for these columns in the list control,
much in the same way "modern" Sharepoint forms hide them...
Can this be done?

Kind regards,

Dear @zmanowsky,
Unfortunately, right now not much can be done about it. Just like in regular lookup field, the empty values are just as valued as the ones with text. We’re surprised SharePoint filters them out by default.

We can improve List or Library API, to allow you access to the field controls on edit, so you can filter out the values that you don’t need to see. If you are interested, please, contact us at support@plumsail.com

Hi @Nikita_Kurguzov,
thank you for looking into this… I guess, I can do it the standard way and separate the lists instead…

Kind regards

Hello, I want to achieve the same has this problem been resolved?

Dear @georgeselkassouf,
Here's how you can filter Lookup field in List or Library - Manipulate fields in inline editing mode of List or Library — SharePoint forms

Use the same filter condition we've talked about in the other topic, where the field value is not null.