maximebf / atomik

Micro framework for PHP 5.3+ [UNMAINTAINED]
MIT License
46 stars 18 forks source link

No password input on filed Helper ? #22

Closed agirot closed 10 years ago

agirot commented 10 years ago

Hello,

I check code on filed Helper and i don't found a password field. Can you creat a $form->password('xxxxxxxxx') ?

Thanks !

maximebf commented 10 years ago

You're right, there's none. I will add one. In the mean time you can use $form->input($name, $value, 'password')