码迷,mamicode.com
首页 > Web开发 > 详细

前端thymeleaf下拉框select、input框中的date类型js回显问题

时间:2021-01-07 12:37:23      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:cte   ctp   div   option   class   sele   col   NPU   sel   

前端thymeleaf下拉框select、input框中的date类型js回显问题


1. thymeleaf下的select回显

<select id="genderSelect" name="sizeSelect" class="selectpicker" title="请选择"  data-dropup-auto="false" >
    <option th:selected="${employee.gender==‘0‘}" value="0">男</option>
    <option th:selected="${employee.gender==‘1‘}" value="1">女</option>
</select>

2. input中的date类型回显

<div class="col-sm-10">
    <input id="birthday" type="date" class="form-control" th:value="${#dates.format(employee.birthday, ‘yyyy-MM-dd‘)}">
</div>

前端thymeleaf下拉框select、input框中的date类型js回显问题

标签:cte   ctp   div   option   class   sele   col   NPU   sel   

原文地址:https://www.cnblogs.com/chenyameng/p/14237629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!