admin 管理员组

文章数量: 1086019

I'm using Angular's Material timepicker, and I want to set the initial displayed time to something like 9:00 instead of the default 00:00. How can I achieve this without having to set a default value to the control itself?

PS.: I don't want to hide the other values, I just want the dropdown to open at the 9:00 option by default.

本文标签: Set the initial displayed time of an Angular Material timepickerStack Overflow