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

Md2 datepicker , user input time for input fields has not been memorized when user click cancel previous from calendar dialog previous #305

Open cxzdaddy opened 6 years ago

cxzdaddy commented 6 years ago

Bug, feature request, or proposal:

when user click calendar icon then click cancel , then might want to type it on the input fields , date picker can not memorized the value . when user click ok button from canceler , then change the input fields it can set the correct value

What is the expected behavior?

expect when user click input fields and cancel (close the calendar) should be able to memorize the input value

What is the current behavior?

when user click calendar icon then click cancel , then might want to type it on the input fields , date picker can not memorized the value . when user click ok button from canceler , then change the input fields it can set the correct value

What are the steps to reproduce?

1 click calendar icon or either clock icon(time type) , then click cancel button from calendar dialog , type input time on input fields(line next to calendar( icon) put time , then can see the input time hasn't been memorized

Providing a Plunker (or similar) is the best way to get the team to see your issue. Plunker template: http://plnkr.co/edit/rQmUz8WYRh5Vz4gwY8E4?p=info

What is the use-case or motivation for changing an existing behavior?

user may want to type time , not from date picker but manually type it

Which versions of Angular, MD2, OS, browsers are affected?

"md2": "0.0.28"

Is there anything else we should know?