Item picker: Disable picker & hide chevron if not yet ready (#2428)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pull/2430/head
Florian Hotze 2024-02-28 18:41:51 +01:00 committed by GitHub
parent 76e631632f
commit 9096d6de70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<f7-button slot="media" icon-f7="list_bullet_indent" @click.native="pickFromModel" />
</f7-list-item>
<!-- for placeholder purposes before items are loaded -->
<f7-list-item link v-show="!ready" :title="title" :disabled="disabled">
<f7-list-item link v-show="!ready" :title="title" disabled no-chevron>
<f7-button slot="media" icon-f7="list_bullet_indent" @click.native="pickFromModel" />
</f7-list-item>
</ul>