gpt4 book ai didi

javascript - Select2 - 单击提交按钮后选择字段中没有选择的值

转载 作者:行者123 更新时间:2023-12-01 02:03:01 25 4
gpt4 key购买 nike

我的选择有问题。当我选择选项并单击提交按钮时,所选值将丢失。

 {{ Form::open(['url' => route('index'), 'method' => 'GET', 'class' => 'form']) }}
{{ csrf_field() }}
<select class="form-control select2" data-tags="true" data-placeholder="Select filter" data-allow-clear="true" name="filterClients" id="filterClientBy" style="width: 100%;">
<option></option>
<option name="firstCalling" value="firstCalling" {{Request::has('firstCalling')?'selected':''}}>First callin</option>
<option name="firstVisit" value="firstVisit"{{Request::has('firstVisit')?'selected':''}}>First visit</option>
</select>
<button type="submit" id="apply" class="btn btn-success">Apply filters</button>
{{ Form::close() }}
该代码只是我的代码的一部分......提交后没有值。怎么解决呢? enter image description here `

最佳答案

而不是 <form>使用<form action="name of file or #" method="post or get ">

关于javascript - Select2 - 单击提交按钮后选择字段中没有选择的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50386654/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com