Skip to content

Commit

Permalink
Item picker: Disable picker & hide chevron if not yet ready (#2428)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Feb 28, 2024
1 parent 76e6316 commit 9096d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9096d6d

Please sign in to comment.