wecodemore / astrofields-html5
HTML5 Extension for the AstroFields framework
dev-master
2014-12-15 23:01 UTC
Requires
- php: >=5.3.2
- wecodemore/astrofields-core: *
Requires (Dev)
- phpunit/phpunit: 4.3.*
This package is not auto-updated.
Last update: 2024-11-05 01:18:02 UTC
README
Currently there are classes for the following types:
color
, email
, number
, range
, tel
and url
Future Versions
The types of date
, month
, week
, time
, datetime
and datetime-local
are
not that easy. Date and time are extremely different from region to region, country
to country, etc. these types need a deep thought before starting on it.
They will also need accompanying Receivers and Commands to Sanitize their passed values.
If you want to take a try, just go for it and send a Pull Request to start the discussion.