All Questions
Tagged with angular-material-datetimepicker timepicker
1 question
1
vote
1
answer
2k
views
How can I make the material time picker appear under just under the input? (Append to input)
I have been looking searching to find anything related to this. but no nothing.
<div>
<input [ngxTimepicker]="picker" >
<ngx-material-timepicker #picker></ngx-...