Skip to content

Instantly share code, notes, and snippets.

View p-bakker's full-sized avatar

Paul Bakker p-bakker

View GitHub Profile
<form>
<div prefix-editor suffix="@paragon-erp.com" spellcheck="false" autocomplete="false">
<input type="text">
</div>
</form>
<script>
(() => {
const editorEl = document.querySelector('[prefix-editor]')
const inputEl = editorEl.querySelector('input')