kristijanhusak/laravel-form-builder
Enhancement Read Only as Form Static Inputs
Open
#121 opened on Jun 22, 2015
help wanted
Repository metrics
- Stars
- (1,715 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Thanks for the package - love it so far. What I really would like to have, is a simple way to display a form with static inputs only (especially for the show method of a Route::resource).
I know that you just implemented disableFields() method. But in my opinion, static Bootstrap fields look just better than readonly inputs.