gpt4 book ai didi

twitter-bootstrap - 在Bootstrap中定义 `required`字段

转载 作者:行者123 更新时间:2023-12-03 05:38:30 24 4
gpt4 key购买 nike

如何在 Twitter Bootstrap 3 中定义所需的文本字段(带有红色边框)?

required="required" 不起作用...

<form role="form">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group">
<label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> Check me out
</label>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>

最佳答案

尝试在 bootstrap 3 中使用 required="true"

关于twitter-bootstrap - 在Bootstrap中定义 `required`字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19640616/

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