Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <div class="form-group">
  2. <label class="form-label">Beast</label> <select class="form-control custom-select selectized" id="select-beast" name="beast" style="display: none;" tabindex="-1">
  3. <option selected="selected" value="">
  4. </option>
  5. </select>
  6. <div class="selectize-control form-control custom-select single">
  7. <div class="selectize-input items has-options not-full" style="">
  8. <input autocomplete="off" id="select-beast-selectized" style="width: 4px; opacity: 1; position: relative; left: 0px;" tabindex="" type="text">
  9. </div>
  10. <div class="selectize-dropdown single form-control custom-select" style="display: none; visibility: visible; width: 385.319px; top: 57.7223px; left: 0px;">
  11. <div class="selectize-dropdown-content">
  12. <div class="option selected" data-selectable="" data-value="1">
  13. Chuck Test<span class="highlight">a</span>
  14. </div>
  15. <div class="option" data-selectable="" data-value="4">
  16. S<span class="highlight">a</span>ge C<span class="highlight">a</span>tt<span class="highlight">a</span>brig<span class="highlight">a</span>-<span class="highlight">A</span>los<span class="highlight">a</span>
  17. </div>
  18. <div class="option" data-selectable="" data-value="3">
  19. Nikol<span class="highlight">a</span> Tesl<span class="highlight">a</span>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement