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
Sometimes, we need to open a DatePicker component without the user having to click on it. Proposing .open()/.close() methods. Problem with using existing option [nzOpen] is that the control of open/close completely becomes an onus on the programmer.
What problem does this feature solve?
Sometimes, we need to open a DatePicker component without the user having to click on it. Proposing
.open()/.close()
methods. Problem with using existing option [nzOpen] is that the control of open/close completely becomes an onus on the programmer.What does the proposed API look like?
datepickerTemplateRefVar.open();
&datepickerTemplateRefVar.close();
The text was updated successfully, but these errors were encountered: