Skip to content

Navigation Menu

Sign in
Sign up

Form properties and methods - #178

Open
msisaifu wants to merge 1 commit into
javascript-tutorial:master from
msisaifu:form-elements
Open

Form properties and methods #178
msisaifu wants to merge 1 commit into
javascript-tutorial:master from
msisaifu:form-elements

Conversation

@msisaifu

@msisaifu msisaifu commented Apr 26, 2021

Copy link
Copy Markdown
Contributor

No description provided.

```

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`, যার মাধ্যমে আমরা একাধিক অপশন সিলেক্ট করতে পারি, তবে এটা খুব কদাচিৎ ব্যবহার করা হয়।

@yeasinjabed2 yeasinjabed2 Jun 29, 2022

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

অন্যান্য সকল কন্ট্রোলার ব্যাতীত <select> একই সময় একাধিক অপশান সিলেক্ট করতে দেয় যদি multiple এট্রিবিউট থাকে । আর এই ধরনের ফাংশানিলিট থাকা সত্ত্বেও খুবই কমই ব্যবহার হয় ।

Comment thread 2-ui/4-forms-controls/1-form-elements/article.md
এটি খুব কদাচিৎ ব্যবহার করা হয়। তবে এর একটি ব্যাপার জেনে রাখা উচিত।

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):

@yeasinjabed2 yeasinjabed2 Jun 29, 2022

Copy link
Copy Markdown
Contributor

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>`

@yeasinjabed2 yeasinjabed2 Jun 29, 2022

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<select> অপশান গুলোর ইন্ডেক্স নাম্বার ।

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@jaamaalxyz jaamaalxyz left a comment

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Copy link
Copy Markdown
Member

@msisaifu please take a look back and resolved the requested changes, we are looking forward to your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@jaamaalxyz jaamaalxyz jaamaalxyz requested changes
+1 more reviewer
@yeasinjabed2 yeasinjabed2 yeasinjabed2 requested changes
Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /