Hello,
I am trying to find the current cursor position in a datefield. I have a function that gets hit onkeyup and I tried getting the element by ID then getting the selectionStart but that doesnt exist for the div element. Has anyone had any luck getting the cursor position in a datefield object?
This seems to not work with the datefield object thats why I posted this here. I create the datefield and on "keyup" I enter a function that uses document.getElementById ('datefield') and then looks for selectionStart but it doesnt exist.