Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.
This repository has been archived by the owner on May 20, 2023. It is now read-only.

MaterialTimePickerComponent popupVisible is not working #450

Open
@stephan-gruen

Description

MaterialTimePickerComponent
popupVisible
"Make the dropdown visibility accessible so it can be opened from outside the component."

If you set

timePicker.popupVisible = true;

the popupVisibleChange event is triggered with a bool value (visible) of true, but the dropdown is not shown.

If you click it afterwards, the dropdown will flicker, then close and popupVisibleChange is triggernd with a value of false. Then you can click it a second time to open the dropdown menu.

I also use popupVisible on MaterialDatetimePicker and it works as intended.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions