DasIch / Flask-Relief

A Flask-Extension providing validation utilities for web applications using Relief.
Other
0 stars 0 forks source link

Implement all input types #2

Open DasIch opened 11 years ago

DasIch commented 11 years ago

All input types should be implemented as elements, that can be used to create schemas. So far only a few of them are:

This leaves the following - excluding types that don't submit anything - missing:

Types supported by most browsers:

Types unsupported by most browsers:

To discuss/implement any of these create a new issue/pull request and reference this issue, as this the purpose of this issue is merely to track progress.

Edit: Split up list of types in ones that are supported and unsupported by most browsers, as documented in the MDN

DasIch commented 11 years ago

submit has been implemented with Submit in 2248c14105f59e585dfb4159f6b167edf6ad547e

DasIch commented 11 years ago

email has been implemented with Email in 5d23835fcfe71fd720257b421d1ddfce4b098cda