Skip to content

Commit 0964446

Browse files
committed
bug-fixed
1 parent f0253ba commit 0964446

File tree

1 file changed

+0
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+0
-1
lines changed

src/content/reference/react-dom/components/option.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ title: "<option>"
5454

5555
### অপশন সহ একটি সিলেক্ট বক্স প্রদর্শন করা {/*displaying-a-select-box-with-options*/}
5656

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.
5857
একটি সিলেক্ট বক্স প্রদর্শনের জন্য একটি `<option>` এর লিস্ট সহ `<select>` রেন্ডার করুন। প্রতিটা `<option>` এ একটি `value` দিন যারা ফর্মে সাবমিট হতে চলা ডেটার প্রতিনিধিত্ব করে।
5958

6059
[`<option>` এর তালিকা সহ `<select>` প্রদর্শন করা নিয়ে আরো পড়ুন।](/reference/react-dom/components/select)

0 commit comments

Comments
 (0)