Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 28, 2024 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/29bba8eccc110af2b706419973e9d6ca to your computer and use it in GitHub Desktop.
Save bjoerntx/29bba8eccc110af2b706419973e9d6ca to your computer and use it in GitHub Desktop.
<select onChange={e => load(e.currentTarget.value)}>
<option>Select a Document</option>
<option value="Document <strong>#1</strong>">Document 1</option>
<option value="Document <strong>#2</strong>">Document 2</option>
<option value="Document <strong>#3</strong>">Document 3</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment