formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Fix Former::plaintext() with Bootstrap 4 #602

Closed tortuetorche closed 3 years ago

tortuetorche commented 3 years ago

Replace form-control-static CSS class with form-control-plaintext

Usage with Laravel:

{!! Former::open()->method('GET') !!}
  {!! Former::plaintext('test_static')->value('Plain Text') !!}
{!! Former::close() !!}

Reference: https://getbootstrap.com/docs/4.5/components/forms/#readonly-plain-text