adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Feature: Optional Attributes #5

Closed sicsol closed 11 years ago

sicsol commented 11 years ago

Ability to add additional attributes to a form element

i.e. data-id, data-trigger, onclick etc...

adamwathan commented 11 years ago

Do a composer update and this should now be possible with setAttribute($key, $value) and removeAttribute($key, $value).

sicsol commented 11 years ago

awesome works great. Thanks