I would like to be able to turn off keyboard navigation all together, and the feature that each date item is highlighted. I would rather have the user just delete the whole text and type in a date. I was guessing that enableAbsoluteSelection was supposed to do that, but I am not sure what that does, and I didn’t see any documentation on it. Turning that on seems to make it select each number, which wasn’t quite intuitive.
Also, when the user types a ‘/’, can the dateTimeInput skip over to the next field and possibly put a zero in front. In other words, let say I click on a month that has a ’12’ in it, and I type the number 1, and then arrow key out of it. Right now, nothing changes. I would like to be able to type ‘1/’ and have it enter ’01’ into the month field.