xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

enterliketab #800

Open olivierSOW opened 1 year ago

olivierSOW commented 1 year ago

Hi, i would like to use an undocumented feature: enterliketab set to false after set enterliketab to false via .datetimepicker constructor, i catch keypress on the input tag which host the datetimepicker to set some actions when enter is pressing. The action are correctly triggered but the datetimepicker doen't close as expected. Must i close it in my keypress catch ?