nicolasbeauvais / Walrus

Walrus Framework - Certainly not that big whatever factory.
https://walrus.herokuapp.com
MIT License
46 stars 6 forks source link

Form builder : textarea not supported, label not linked to input #50

Closed spark942 closed 10 years ago

spark942 commented 10 years ago

textarea_and_label The form builder generate an input text when i specify a textarea, and clicks on labels doesn't focus inputs.

nicolasbeauvais commented 10 years ago

Textarea had already been implemented https://github.com/E-Wok/Walrus/issues/39

The label for attribute will be patrched in 1 or 2 hours.

Regards

nicolasbeauvais commented 10 years ago

Label tags have now a correct for attribute ead4b78cac7521aa87f211109d6c23c7cf5fed13.

Regards.