RobinMalfait / Laravel-auto-form-generator

Laravel automatic form generator
78 stars 26 forks source link

If a hidden field did not have the variable 'value' set as well, we were... #5

Closed fusiondesign closed 11 years ago

fusiondesign commented 11 years ago

... getting an htmlentities error. This has been fixed so this value can now be unset. Obviously this was needed for events such as DOM modifiers on hidden fields.

This also brings in values automatically based on existing framework and now "value" is more of an override.