Flask Form und input type number

Django, Flask, Bottle, WSGI, CGI…
Antworten
Benutzeravatar
nieselfriem
User
Beiträge: 135
Registriert: Sonntag 13. Januar 2013, 16:00

Hallo,

gibt es die Möglichkeit bei Flaskform einen input type Number, wie es HTML5 möglich ist, einzufügen?

Ich möchte eigentlich schon bei der Eingabe verhindert, dass falsche Zeichen in das Textfeld kommen.


VG niesel
Benutzeravatar
__blackjack__
User
Beiträge: 14337
Registriert: Samstag 2. Juni 2018, 10:21
Wohnort: 127.0.0.1
Kontaktdaten:

Schau mal ins `wtforms.fields.html5`-Modul.
„Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.“ — Brian W. Kernighan
Antworten