DateTime prompts the keyboard on mobile

DateTime prompts the keyboard on mobile

noxidsoftnoxidsoft Posts: 5Questions: 2Answers: 0

Link to test case:

{
        "label": "Time start:",
        "name": "time_timers.time_start",
    "type": "datetime",
    "format": "YYYY-MM-DD HH:mm:ss",
    "keyInput": false,
    "attr": {
        readonly: true
    }
},

Debugger code (debug.datatables.net):
Nil

Error messages shown:
Nil

Description of problem:
When tapping (or focusing) on a DateTime field, the picker gets hidden and the mobile device keyboard is activated. I have tried some suggestions I have found on the forum(s) as above.

Any help or hints would be great. Thank you ahead of time. Kudos.

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Is this the same issue as this thread? If so, the fix is close to getting released,

    Colin

  • noxidsoftnoxidsoft Posts: 5Questions: 2Answers: 0

    Thank you Colin, yes exactly. Thanks for your work, when do you think the release will happen?

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    We normally release every couple of months - so given when the fix was, it'll probably be in the next month.

    Colin

This discussion has been closed.