nhn / tui.date-picker

Component that selects specific date.
https://nhn.github.io/tui.date-picker/latest/
MIT License
94 stars 30 forks source link

Today Button, Year SelectBox, Month SelectBox Add Request #87

Closed DBSSU77 closed 3 years ago

DBSSU77 commented 3 years ago

Version 3.3.4

Development Environment JavaScript, JQuery

Request

  1. Please add today's date selection button function.
  2. Please add a year selection SelectBox function.
  3. Please add a monthly selection SelectBox function.
jajugoguma commented 3 years ago

@DBSSU77 We'll consider adding today's date selection button. We already support the function that year and month selection on SelectBox like the below video.

If I misunderstand what you said, tell me more information about this.

DBSSU77 commented 3 years ago

@jajugoguma This image is an example. We customer wants to select using the SelectBox. NVtQY

jajugoguma commented 3 years ago

@DBSSU77 Rather than adding the function inside the date picker, you should add it using the external select box and the 'setDate' and 'open' APIs.