Select2
THIS MONTH
$58,356
LAST MONTH
$48,356
Basic Select2
                                        To use add select2class in select tag.
                                    
                                    Single Select with selected menu
                                        To use add selectedto any particuler menu.
                                    
                                    Percentage width to Select2(Responsive)
                                        To use add give Pertage to the selecttag.
                                    
                                    Single Placeholder
                                        Select2 supports displaying a placeholder value using the placeholderconfiguration option. The placeholder value will be displayed until a selection is made.
                                    
                                    Disabled Select2
                                        Select2 will correctly handle disabled options,both with data coming from a standard select(when the disabledattribute is set) and from remote sources,where the object has disabled:true set.
                                    
                                    Hiding Search Element
                                        Select2 allows you to hide the search box using the minimumResultsForSearchconfiguration option. In this example,we use the value Infinityto tell Select2 to never display the search box.
                                    
                                    Select with Icon
                                        To use add data-iconto set icon with menu and use class select2-with-iconsin the select tag.
                                    
                                Multiple Select
Select2 also support for mulitple select option.The select below is declared with the multiple attribute.