Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

show datepicker automatically without a click (inline) #236

Closed janelett closed 7 years ago

janelett commented 7 years ago

Is there a way that the datepicker ( Calendar) is shown auomatically without having to click on the button (inline)

Is it the isOpen attribut ? Cant test it since i get the error "Host already has a portal attached".

when using ( with ionic2) <md2-datepicker [isOpen] = "true" [(ngModel)]="maxDate">

Is there something like a datepicker.show function?

janelett commented 7 years ago

error "Host already has a portal attached". fixed with 0.24