framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
17.98k stars 3.24k forks source link

vue media list-view with groups rendering/updating #4201

Closed cyberbeat closed 1 year ago

cyberbeat commented 1 year ago

Describe the bug

Async loading of a media list (which was empty before) with groups results in wrong ul inserted after list, which results in wrong left-padding.

To Reproduce

See Link above

Expected behavior

I think list component should update in such cases, because it does not know, if groups or list-items get inserted. Perhaps there should be an attribute, to signal, what is expected.

cyberbeat commented 1 year ago

I now recognized, that the async loading seems not to be the problem, but the dynamic sized f7-list-group item.

cyberbeat commented 1 year ago

My issue is not fixed: I updated my above codesandbox-link to 8.2.0, the problem is still there.

nolimits4web commented 1 year ago

You need to use slot=list