You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react-dom/components/option.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "<option>"
4
4
5
5
<Intro>
6
6
7
-
يتيح لك [مكون الـ `<option>` المدمج في المتصفح](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option) عرض خيارات داخل عنصر [`<select>`](/reference/react-dom/components/select).
7
+
يتيح لك [مكون الـ `<option>` المدمج في المتصفح](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option) عرض خيارات داخل عنصر الاختيار [`<select>`](/reference/react-dom/components/select).
8
8
9
9
```js
10
10
<select>
@@ -22,12 +22,7 @@ title: "<option>"
22
22
## المرجع {/*reference*/}
23
23
24
24
### `<option>` {/*option*/}
25
-
26
-
<<<<<<< HEAD
27
-
يتيح لك [مكون الـ `<option>` المدمج في المتصفح](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) عرض خيارات داخل عنصر [`<select>`](/reference/react-dom/components/select).
28
-
=======
29
-
The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option) lets you render an option inside a [`<select>`](/reference/react-dom/components/select) box.
30
-
>>>>>>> ca93140eb98a7ff4364a719075fccea980c55b55
25
+
يتيح لك عنصر [`<option>` المدمَج في المتصفح](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option) عرض خيار في عنصر الاختيار [`<select>`](/reference/react-dom/components/select).
0 commit comments