mobi / goponents

Angular UI Components for utilization in the Tangoe Platform
http://tangoe.design
MIT License
7 stars 20 forks source link

[Feature] Enhance the go-date-picker by enabling the calendar to open when the date field is clicked anywhere within it. #918

Open sinchananj12 opened 1 year ago

sinchananj12 commented 1 year ago

Description Need a functionality where the calendar opens upon clicking anywhere within the date field of go-date-picker, rather than being restricted to only clicking on the calendar icon. This enhancement will significantly enhance the user experience, providing a more intuitive and seamless process for selecting dates.

Solution The feature should satisfy the following requirements:

  1. A click event must be activated when the user clicks anywhere within the date field, resulting in the opening of the calendar.
  2. An input event should be incorporated to automatically close the calendar if it is already open, when the user starts to enter date manually.