Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eingabeprüfung "Numerische Zeichen" funktioniert nicht #13

Closed
Ynda opened this issue Dec 7, 2016 · 2 comments
Closed

Eingabeprüfung "Numerische Zeichen" funktioniert nicht #13

Ynda opened this issue Dec 7, 2016 · 2 comments
Assignees
Labels

Comments

@Ynda
Copy link

Ynda commented Dec 7, 2016

Wenn ich ein bedingtes Formularfeld definiere und der Feldtyp hat die Eingabeprüfung auf "Numerische Zeichen" gesetzt, passiert nichts. Ändere ich diese Validierung auf z. Bsp. "Alphanumerische Zeichen" greift die Überprüfung sofort und es wird eine error-Box ausgegeben.
Es funktionieren grundsätzlich alle Eingabeprüfungen bis auf:

  • Numerische Zeichen
  • Telefonnummer
  • E-Mail-Adresse
  • Url-Format
@cliffparnitzky
Copy link
Owner

Puh, interessant ... kann es nachstellen ... werde es fixen.

@cliffparnitzky
Copy link
Owner

So, in der Class FormTextField wird bei HTML5 Ausgabe für bestimmte Reguläre Ausdrücke als Typ der HTML5 Typ zurückgegeben.

Das betrifft gemäß Code die Werte Numerische Zeichen, Telefonnummer, E-Mail-Adresse und URL-Format.

Seit Version 2.0.0 dieser Erweiterung sind nur noch Felder konfigurierbar, die auch Werte übertragen können (siehe #11).

Diese Prüfung liefert nun aktuell aber kein Widget für z.B. type = digit. Das muss also gefixt werden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants