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 c47fab266af7a39e0e8f01ce6fc3b380400d67cf
parent 2a6fe576276e90b203eef2553aff382155d9450c
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}