Skip to content

Commit

Permalink
Show element used for hx-indicator in value-select example code (bigs…
Browse files Browse the repository at this point in the history
…kysoftware#2275)

Show element used for hx-indicator in example code

Code examples does not include element with class `.htmx-indicator` used for hx-indicator attribute
  • Loading branch information
mheptinstall authored and FraserChapman committed Feb 16, 2024
1 parent 81ae922 commit 19cb97a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/content/examples/value-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Here is the code:
<option value="a1">A1</option>
...
</select>
<img class="htmx-indicator" width="20" src="/img/bars.svg">
</div>
```

Expand Down

0 comments on commit 19cb97a

Please sign in to comment.