最佳答案 您无法获取 disabled 字段的-6ren">
gpt4 book ai didi

php - 想要访问禁用组合框的值

转载 作者:行者123 更新时间:2023-11-28 04:20:22 25 4
gpt4 key购买 nike

在我的组合框的某些情况下,我禁用了组合框。但是我想访问 Controller 中的值。现在我无法获取它。只读不工作

<select class="select2" id="branch" name="branch" required="required" onchange="getDept();" <?php if(!empty($detailone)){?> disabled="true" <?php } ?>>

最佳答案

您无法获取 disabled 字段的值。您可以使用 readonly=true 而不是 disabled。就像你的情况一样:

<select class="select2" id="branch" name="branch" required="required" onchange="getDept();" <?php if(!empty($detailone)){?> readonly="true" <?php } ?>>

关于php - 想要访问禁用组合框的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22482164/

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