You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wanted to wrap the f7-list-input component to add some standard functionality like using v-model instead of v-model:value and being able to show errors with a single prop etc.
However, no descendents of f7-list will work if they are custom components, if causes the list to throw an index error.
Application should not error just because you're transparently wrapping Framework7 components
Actual Behavior
List indexing error
The text was updated successfully, but these errors were encountered:
craigrileyuk
changed the title
Can't wrap f7-list-input inside an f7-list
Can't wrap f7-list-input with a custom component inside an f7-list
May 5, 2025
Describe the bug
We wanted to wrap the
f7-list-input
component to add some standard functionality like usingv-model
instead ofv-model:value
and being able to show errors with a single prop etc.However, no descendents of
f7-list
will work if they are custom components, if causes the list to throw an index error.Even a simple wrapper component like:
causes an error.
To Reproduce
f7-list
.f7-list-input
Expected behavior
Application should not error just because you're transparently wrapping Framework7 components
Actual Behavior
List indexing error
The text was updated successfully, but these errors were encountered: