I can imagine a use case for the keyboard, when the date picker is used with the default settings. Accessibility maybe.
But when used inline I don't think this is justified.
Can the mobile keyboard be disabled?
I can imagine a use case for the keyboard, when the date picker is used with the default settings. Accessibility maybe.
But when used inline I don't think this is justified.
Can the mobile keyboard be disabled?
Comments
Comment #2
valicComment #4
valicadded attribute onfocus
$element['#attributes']['onfocus'] = 'blur();';on element, that should prevent mobile keyboard from openingComment #5
valicReleased in 1.7