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
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: