rougin / combustor

MVC code generator for Codeigniter 3.
https://roug.in/combustor/
MIT License
31 stars 14 forks source link

Date input type in create.php and edit.php #10

Closed rougin closed 2 months ago

rougin commented 9 years ago

When generating create.php and edit.php, the fields that has a date or datetime data types will only generated an <input type="text" />. It would be nice if it is <input type="date" /> in order for developers to spend time less on replacing them.

rougin commented 9 years ago

Fixed in https://github.com/rougin/combustor/commit/b4f7ba3979ee58e3e72e492fcfb212d4b58b5e19