I have a text input with a jQuery datepicker to choose dates, and I don't want it to be a possibility to select the text inside of it if someone were to double click the box or so, how can I disable this?
unselectable="on"
&
user-select: none;
did not work for me, is there another way?