Update BS5 form-text markup

OS info

Problem description

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: