html: Repopulating form from a get request not working on 5.6.9
Using the following form
{!! Form::open(array('method'=>'GET')) !!}
{!! Form::text('text', null) !!}
{!! Form::close() !!}
then accessing the page with a querystring of ?text=whatever 5.6.8 populates the input 5.6.9 does not
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (2 by maintainers)
Most upvoted comments
+4
decadence on Jun 1, 2018