adamwathan / bootforms

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

Static Form Controls #27

Open BenElgar opened 10 years ago

BenElgar commented 10 years ago

Bootstrap provides the ability to create static form controls (see http://getbootstrap.com/css/#forms-controls-static). It would be excellent to have them available here.

adamwathan commented 10 years ago

Great idea, will get this in soon.

troygilbert commented 9 years ago

Still not here? Bummer. Would love to see this.

adamwathan commented 9 years ago

I'd like to get around to this eventually, but at the same time, these static controls don't really benefit much from being a part of this package. There's no error displaying to simplify, or old input to manage, etc, so just writing the markup yourself doesn't have the same drawbacks.

Would still like to get it in there eventually. In the mean time, I'm happy to accept PRs!