mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
优化 input 文档细节
This commit is contained in:
@@ -114,7 +114,7 @@ toc: true
|
||||
数字输入框 <sup>2.8.9+</sup>
|
||||
</h3>
|
||||
|
||||
一般搭配 `<input type="number">` 使用,用于替代原生输入框,可继承 `step,min,max` 等原生属性。
|
||||
一般搭配 `<input type="number">` 使用,用于替代原生数字输入框,可继承 `step,min,max` 等原生属性。
|
||||
|
||||
<pre class="layui-code" lay-options="{preview: true, layout: ['preview', 'code'], done: function(obj){
|
||||
obj.render();
|
||||
|
||||
Reference in New Issue
Block a user