Customizable Angular datepicker

爷,独闯天下 提交于 2020-01-06 07:17:15

问题


Do you know an Angular datepicker which has input features like:

  • Keyboard navigation (e.g. keydown for previous day, keyup for next day) in the input field (so I don't mean in the datepicker popup)
  • Autocomplete, e.g. when you fill in 12/12 and tab away, it automatically fills in 12/12/2019
  • Keys for specific actions, e.g. T fills in today's date

Or a datepicker which can be easily customized to work like this?

I found that datepickers from libraries like Kendo and Syncfusion try to do too much and are therefore difficult to customize to our needs. They focus on the datepicker popup, while the input field is hard to work with without mouse.

(the old ASP.NET Peterblum components had all this user-friendly functionality which does not seem to be available in modern frameworks, see: http://peterblum.com/DES/DateAndTime.aspx#DateTextBox).


回答1:


You can find some date-pickers written in angular here, https://angularscript.com/?s=datetime+picker+. Most of these are customizable as your needs. Thanks



来源:https://stackoverflow.com/questions/57006417/customizable-angular-datepicker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!