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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "<option>"
4
4
5
5
<Intro>
6
6
7
-
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.
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>
@@ -19,11 +19,11 @@ The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/
19
19
20
20
---
21
21
22
-
## Reference {/*reference*/}
22
+
## রেফারেন্স {/*reference*/}
23
23
24
24
### `<option>` {/*option*/}
25
25
26
-
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.
26
+
[বিল্ট-ইন ব্রাউজার`<option>`কম্পোনেন্ট](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option)আপনাকে একটি [`<select>`](/reference/react-dom/components/select)বক্সের মধ্যে একটি অপশন তৈরি করার সুযোগ দেয়।
27
27
28
28
```js
29
29
<select>
@@ -32,31 +32,31 @@ The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/
32
32
</select>
33
33
```
34
34
35
-
[See more examples below.](#usage)
35
+
[নিচে আরো উদাহরণ দেখুন।](#usage)
36
36
37
-
#### Props {/*props*/}
37
+
#### প্রপ {/*props*/}
38
38
39
-
`<option>`supports all [common element props.](/reference/react-dom/components/common#props)
*[`disabled`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#disabled): A boolean. If `true`, the option will not be selectable and will appear dimmed.
44
-
*[`label`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#label): A string. Specifies the meaning of the option. If not specified, the text inside the option is used.
45
-
*[`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#value): The value to be used [when submitting the parent`<select>`in a form](/reference/react-dom/components/select#reading-the-select-box-value-when-submitting-a-form)if this option is selected.
43
+
*[`disabled`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#disabled): একটি বুলিয়ান. `true` হলে, অপশন সিলেক্ট করা যাবে না এবং dimmed দেখাবে এটাকে।
44
+
*[`label`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#label): একটি স্ট্রিং। অপশনটা কী বুঝাচ্ছে সেটা নির্দেশ করে। যদি নির্দিষ্ট না করা হয়, তবে অপশনের মধ্যকার টেক্সট ব্যবহৃত হয়।
45
+
*[`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#value): [যখন একটা ফর্মে প্যারেন্ট`<select>`সাবমিট করা হয়](/reference/react-dom/components/select#reading-the-select-box-value-when-submitting-a-form)তখন এই অপশনটা সিলেক্ট করা হলে যেই ভ্যালু ব্যবহৃত হবে।
46
46
47
-
#### Caveats {/*caveats*/}
47
+
#### সতর্কতা {/*caveats*/}
48
48
49
-
* React does not support the `selected`attribute on `<option>`. Instead, pass this option's `value`to the parent [`<select defaultValue>`](/reference/react-dom/components/select#providing-an-initially-selected-option)for an uncontrolled select box, or [`<select value>`](/reference/react-dom/components/select#controlling-a-select-box-with-a-state-variable)for a controlled select.
49
+
* React `<option>` এ `selected`এট্রিবিউট সাপোর্ট করে না। বরং, একটি অনিয়ন্ত্রিত সিলেক্ট বক্সের জন্য এই অপশনের `value`প্যারেন্ট [`<select defaultValue>`](/reference/react-dom/components/select#providing-an-initially-selected-option)এ পাস করে দিন, অথবা একটি নিয়ন্ত্রিত সিলেক্ট এর জন্য [`<select value>`](/reference/react-dom/components/select#controlling-a-select-box-with-a-state-variable)এ পাস করুন।
50
50
51
51
---
52
52
53
-
## Usage {/*usage*/}
53
+
## ব্যবহার {/*usage*/}
54
54
55
-
### Displaying a select box with options {/*displaying-a-select-box-with-options*/}
55
+
### অপশন সহ একটি সিলেক্ট বক্স প্রদর্শন করা {/*displaying-a-select-box-with-options*/}
56
56
57
-
Render a `<select>` with a list of `<option>`components inside to display a select box. Give each`<option>`a `value`representing the data to be submitted with the form.
57
+
একটি সিলেক্ট বক্স প্রদর্শনের জন্য একটি `<option>`এর লিস্ট সহ `<select>` রেন্ডার করুন। প্রতিটা`<option>`এ একটি `value`দিন যারা ফর্মে সাবমিট হতে চলা ডেটার প্রতিনিধিত্ব করে।
58
58
59
-
[Read more about displaying a `<select>`with a list of `<option>` components.](/reference/react-dom/components/select)
59
+
[`<option>` এর তালিকা সহ `<select>`প্রদর্শন করা নিয়ে আরো পড়ুন।](/reference/react-dom/components/select)
0 commit comments