Form properties and methods by msisaifu · Pull Request #178 · javascript-tutorial/bn.javascript.info
| ``` | ||
|
|
||
| Unlike most other controls, `<select>` allows to select multiple options at once if it has `multiple` attribute. Although such functionality is available, it is rarely used. | ||
| `<select>` কন্ট্রোলের একটি অ্যাট্রিবিউট আছে `multiple`, যার মাধ্যমে আমরা একাধিক অপশন সিলেক্ট করতে পারি, তবে এটা খুব কদাচিৎ ব্যবহার করা হয়। |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
অন্যান্য সকল কন্ট্রোলার ব্যাতীত <select> একই সময় একাধিক অপশান সিলেক্ট করতে দেয় যদি multiple এট্রিবিউট থাকে । আর এই ধরনের ফাংশানিলিট থাকা সত্ত্বেও খুবই কমই ব্যবহার হয় ।
| এটি খুব কদাচিৎ ব্যবহার করা হয়। তবে এর একটি ব্যাপার জেনে রাখা উচিত। | ||
|
|
||
| In the [specification](https://html.spec.whatwg.org/multipage/forms.html#the-option-element) there's a nice short syntax to create `<option>` elements: | ||
| `<option>` এলিমেন্ট তৈরির একটি শর্ট সিনট্যাক্স আছে [specification](https://html.spec.whatwg.org/multipage/forms.html#the-option-element): |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
এখানে specification <option> এলিমেন্ট তৈরির একটি শর্ট সিনট্যাক্স আছে :
|
|
||
| `option.index` | ||
| : The number of the option among the others in its `<select>`. | ||
| : The number of the option among the others in its `<select>`। |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<select> অপশান গুলোর ইন্ডেক্স নাম্বার ।
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the commented part and push your update.
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
@msisaifu please take a look back and resolved the requested changes, we are looking forward to your contribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters