Skip to content

Commit 73c8a55

Browse files
authored
Update forms.md
1 parent b7c2cf6 commit 73c8a55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/forms.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ redirect_from:
99
- "docs/forms-zh-CN.html"
1010
---
1111

12-
<<<<<<< HEAD
1312
Trong React, HTML form element sẽ hoạt động hơi khác một chút so với các DOM element còn lại, form element sẽ giữ và tự xử lí một số state nội bộ (internal state) của riêng nó. Ví dụ như form dưới đây trong HTML sẽ nhận vào giá trị của input name.
14-
=======
15-
HTML form elements work a bit differently from other DOM elements in React, because form elements naturally keep some internal state. For example, this form in plain HTML accepts a single name:
16-
>>>>>>> 0bb0303fb704147452a568472e968993f0729c28
1713

1814
```html
1915
<form>

0 commit comments

Comments
 (0)