Skip to content

Commit d950fad

Browse files
authored
Merge pull request #277 from vplentinax/tasklocalstorage
Traducción task Localstorage
2 parents 407cffc + 79add3b commit d950fad

File tree

1 file changed

+4
-4
lines changed
  • 6-data-storage/02-localstorage/1-form-autosave

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
# Autosave a form field
2+
# Guardar automáticamente un campo de formulario
33

4-
Create a `textarea` field that "autosaves" its value on every change.
4+
Crea un campo `textarea` que "autoguarde" sus valores en cada cambio.
55

6-
So, if the user accidentally closes the page, and opens it again, he'll find his unfinished input at place.
6+
Entonces, si el usuario cierra accidentalmente la página y la abre de nuevo, encontrará su entrada inacabada en su lugar.
77

8-
Like this:
8+
Como esto:
99

1010
[iframe src="solution" height=120]

0 commit comments

Comments
 (0)