这是indexloc提供的服务,不要输入任何密码
Skip to content

Opening popover/popup/sheet doesn't work from oh-list-item (listButton) #927

@rgrollfitz

Description

@rgrollfitz

The problem

Triggering a popover / popup / sheet from oh-list-item with listButton: true doesn't work

openingSheet

Expected behavior

I would expect the behavior similar to the one from the oh-button seen in the above *.gif

Steps to reproduce

Create a widget with the following content and try to open the popover.

- component: f7-list
  slots:
    default:
        - component: oh-list-item
          config:
            listButton: true
            popoverOpen: .deleteItems
            
- component: f7-popover
  config:
    class: deleteItems
  slots:
    default:
        - component: Label
          config:
            text: Some sheet content

Your environment

openHAB 3.1.0 (Build #2190) on RPi4b

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmain uiMain UI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions