We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
导致layui的select点击事件没反应没反应,(用的是v4版的)
<form id="queryForm" class="layui-form" > <div class="layui-form-item"> <div class="layui-inline"> <label class="layui-form-label">选择性别</label> <div class="layui-input-inline" style="width:80px"> <select id="selectSex"> <option value="1">男</option> <option value="2">女</option> </select> </div> </div> <div class="layui-inline"> <label class="layui-form-label">选择班级</label> <div class="layui-input-inline" style="width:300px"> <select name="clazz" xm-select="clazz" xm-select-search="#(WEB_HOST)/admin/matchDormitory/searchClazz"></select> </div> </div> <div class="layui-inline"> <label class="layui-form-label">选择人员</label> <div class="layui-input-inline" style="width:300px"> <select name="person" xm-select="person" xm-select-search="#(WEB_HOST)/admin/matchDormitory/searchPerson"></select> </div> </div> </div> </form>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
导致layui的select点击事件没反应没反应,(用的是v4版的)
The text was updated successfully, but these errors were encountered: