bootstrap-form icon indicating copy to clipboard operation
bootstrap-form copied to clipboard

Return HtmlString instead of string from BootForm methods

Open vedmant opened this issue 6 years ago • 1 comments

Return HtmlString instead of string from BootForm methods, the same as LaravelCollective do, it allows to use {{ }} instead of {!! !!}, currently it works with {{ BootForm::open() }} and {{ BootForm::close() }} as it uses LaravelCollective methods, but it fails with {{ BootForm::text() }} and other fields.

vedmant avatar Sep 06 '17 15:09 vedmant

Sounds good, happy to accept a PR that makes this change.

dwightwatson avatar Sep 06 '17 23:09 dwightwatson