Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Shut autocomplete off in TextInput component
Sebastian Martinez committed 1 year ago
commit 4e5ce7eca3ea8cbc110edcca5334af9ab8072d0d
parent f0cf894d23826ed32e11cdb5e523eba3714558f1
1 file changed +1 -0
modified src/components/TextInput.svelte
@@ -145,6 +145,7 @@
    {placeholder}
    {disabled}
    bind:value
+
    autocomplete="off"
    on:input
    on:focus={handleFocusEvent}
    on:blur={handleFocusEvent}