![]() |
Semantic UI is an open-source framework that uses CSS and jQuery to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing. A Semantic UI dropdown allows a user to select a value from a series of options. Semantic-UI Dropdown offers us 11 types of dropdown and 3 types of content Header, divider, and icon. In this article, we will learn about the Multiple Selection Type. Semantic-UI Dropdown Multiple Selection Type is used for creating a select dropdown that can allow multiple selections. We use the UI fluid dropdown classes to create a normal selection and then add the multiple attributes for allowing the multiple selections. Semantic-UI Dropdown Multiple Selection Type Attribute:
Syntax: <select name="..." multiple="" class="ui dropdown"> <option value="">...</option> <option value="">...</option> <option value="">...</option> </select> The below example illustrates the Semantic-UI Dropdown Multiple Selection Type: Example 1: HTML
Output: ![]() Semantic-UI Dropdown Multiple Selection Type Example 2: HTML
Output: ![]() Semantic-UI Dropdown Multiple Selection Type Reference: https://semantic-ui.com/modules/dropdown.html#multiple-selection |
Reffered: https://www.geeksforgeeks.org
CSS |
Related |
---|
![]() |
![]() |
![]() |
|
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 8 |