adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 118 forks source link

Change function getValueFor for access public #45

Closed moura137 closed 9 years ago

moura137 commented 9 years ago

This change is interesting because if you need the current value of the element we can use

BootForm::getValueFor('name')
adamwathan commented 9 years ago

Sure what the hell! I'll merge once CI is done :+1: