Hello, I have a problem with DateTimeInput. Here is my initialization:
$(“#picker”).jqxDateTimeInput({ width: ’80px’, height: ’20px’, formatString: ‘d’, showFooter: true, allowNullDate: false, clearString:”});
It’s pretty usual, but I can’t enter a date manually. I can select days (or monthes or years) but I can’t type any number – always zeros are shown.
http://prntscr.com/6oxf40
I can use mouse scroll or keyboard arrows to change these number, but I can’t type them. I want to type ’22’ and see ’22’ and not ’00’
Could you please advise me with this problem?