TWebDBComboBox - the list is not updated

Good morning,
I noticed that after refreshing the contents of the DataSet (in the OnFilterRecord event), the TWebDBComboBox list is not updated, even when in code I disconnect and reconnect this DataSet.
Maybe I'm handling it wrong?

Regards,
Andrzej

With setting WebDBComboBox.ListSource := nil and then reassign WebDBComboBox.ListSource, I could fix this.

We have also traced & solved this at component level and the next update will address this.

Thank you!