Skip to content

Commit 699c68a

Browse files
authored
Merge pull request #188 from ThaoLe366/Uncontrolled-Component
Uncontrolled component
2 parents 9dec3fe + 044c790 commit 699c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/uncontrolled-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Tương tự như vậy, `<input type="checkbox">` và `<input type="radio">` c
6868

6969
## Thẻ input type file {#the-file-input-tag}
7070

71-
Trong HTML, thẻ`<input type="file">` cho phép người dùng chọn một hoặc nhiều files từ bộ nhớ thiết bị của họ và gửi đến server hoặc xử lí bằng javascript thông qua [File API] (https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications).
71+
Trong HTML, thẻ`<input type="file">` cho phép người dùng chọn một hoặc nhiều files từ bộ nhớ thiết bị của họ và gửi đến server hoặc xử lí bằng javascript thông qua [File API](https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications).
7272

7373
```html
7474
<input type="file" />
@@ -80,5 +80,5 @@ Bạn nên sử dụng File API để tương tác với những files này. Ví
8080

8181
`embed:uncontrolled-components/input-type-file.js`
8282

83-
[](codepen://uncontrolled-components/input-type-file)
83+
[**Xem ví dụ trên CodePen**](codepen://uncontrolled-components/input-type-file)
8484

0 commit comments

Comments
 (0)