OS info
- Operating System : Windows 10.0.19042
- Wappler Version : 3.7.0
Problem description
- Change
small
todiv
. - Remove
text-muted
.
Bootstrap:
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
</div>
Wappler:
<div class="mb-3">
<label for="input1" class="form-label">Some text</label>
<input type="text" class="form-control" id="input1" name="input1" aria-describedby="input1_help" placeholder="Enter some text">
<small id="input1_help" class="form-text text-muted">Your input is very valuable.</small>
</div>
Community Page
Last updated:
Last updated: