File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/docs/en/getting-started Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Use a `<ListView>` to show tasks below the input field.
185
185
1 . Configure the positioning of the elements within the grid.
186
186
* Set the ` <TextField> ` to inhabit the first column and the first row.
187
187
* Set the ` <Button> ` to inhabit the second column and the first row.
188
- 1 . Clean up sample code from the ` <TextField> ` and the ` <ListView> ` but make sure to set a height for the ` <ListView ` .
188
+ 1 . Clean up sample code from the ` <TextField> ` and the ` <ListView> ` but make sure to set a height for the ` <ListView> ` .
189
189
1 . Log newly added tasks in the console.
190
190
1 . Add newly added tasks into the array of tasks. Use ` unshift ` to place new items at the top of the page.
191
191
1 . Clear the text field after input.
You can’t perform that action at this time.
0 commit comments