[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • YForm mit Datepicker auf Smartphone
Seite 1 von 1

YForm mit Datepicker auf Smartphone

Verfasst: 11. Mai 2017, 16:09
von Rudi66
Hallo,

ich habe ein Formular mit Datepicker unter YForm erstellt. Im Modul (Ausgabe) steht:

Code: Alles auswählen

text|datepicker|Zeitraum eingeben|||{"data-yform-tools-datepicker":"DD-MM-YYYY", "data-disable-touch-keyboard"}|
Mit "data-disable-touch-keyboard" soll eigentlich verhindert werden, dass das Keyboard vom Smartphone aufgeht, wenn man auf das Feld tippt. Leider funktioniert das so nicht. Im Quellcode steht dann:

Code: Alles auswählen

<input class="form-control" name="datepicker" type="text" id="yform-formular-field-4" value="" />
Idealer Weise müßte da noch "data-disable-touch-keyboard" mit rein, z.B.:

Code: Alles auswählen

<input class="form-control" name="datepicker" type="text" id="yform-formular-field-4" value="" data-disable-touch-keyboard  />
Was muß ich im Modul eintragen, damit das funktioniert?

Re: YForm mit Datepicker auf Smartphone

Verfasst: 27. Mai 2017, 14:19
von anita
hast Du schon mal

#data-disable-touch-keyboard

probiert?