Skip to main content

Questions tagged [multi-select]

Multiselect is a user interface feature that allows the user to select more than one item in an items control. An items control can be anything that holds selectable items such as a dropdown list, data grid, or a custom listing or group of items.

multi-select
0 votes
0 answers
8 views

How to select all rows of a lazy grid programmatically?

I am using vaadin flow grid with multiple selection mode, I have added a dataprovider to this grid. I want to select all rows on a button click. Rows are being selected but UI is not being refreshed ...
Mahesh solanki's user avatar
0 votes
0 answers
20 views

Jquery Multi-select ComboTree plugin: how to insert selected count label

I'm using the Jquery Multi-select comboTree plugin and i would like to insert a selected elements count label inside combobox, but i'm not find a correct way to do this. I'm follow up the plugin ...
Michel's user avatar
  • 15
0 votes
1 answer
33 views

How to add multiSelect Checkbox dropdown in anguler1 , Bootstrap3

i am new to angulerJS, so have no idea on how to add multi-select Checkbox dropdown list. Here is my partial html that show multi-select. I want it to be in shape of dropdown with checkbox as shown in ...
muhammad Yousaf's user avatar
0 votes
0 answers
57 views

How to Remove Grey Overlay on Selected Options in Microsoft Edge?

I'm working on a Vue.js project where I need to style the selected options in a multi-select dropdown. The dropdown is styled using Bootstrap classes. My goal is to apply specific styles (like bg-...
SiMio's user avatar
  • 9
0 votes
0 answers
24 views

Add selectAll option to Core UI multi-select

I have a Core UI multi select implemented this way: <select class="form-multi-select" id="referrerMultiSelect"></select> Then in js: const referrerMultiSelect = ...
Vaxo Basilidze's user avatar
1 vote
0 answers
39 views

How to drag and drop multi selected items?

I'm trying to select several elements in a list and drop them anywhere in this list. It’s easy to do one element at a time, but I couldn’t manage to select several and drop them Gif_1. But if the List ...
Roman's user avatar
  • 11
0 votes
0 answers
27 views

Telerik Blazor MultiSelect FooterTemplate click prevent options popup closing down

I've a telerik multiselect component with FooterTemplate. I need to prevent the dropdown options popup from closing when I click on FooterTemplate. I tried StopPropogation and PreventDefault. None of ...
san's user avatar
  • 333
0 votes
0 answers
23 views

Having trouble with EF Core / ASP.NET Core MVC MultiSelectList selectedItems

I am trying to set up a multiselect list so that I can assign multiple modules to a company. When I create a new company and assign modules, it works correctly. But when I go to edit a company I ...
Liz Nal's user avatar
  • 11
3 votes
1 answer
168 views

SwiftUI - List multi selection move / reorder (works on Mac but not on iOS)

How can I enable multi-select and then move / reorder selected items in a List with ForEach (in SwiftUI)? I tried the following code. On Mac it works fine - it allows me to select multiple items, and ...
Chetan's user avatar
  • 47.5k
0 votes
0 answers
53 views

infinite scroll of primereact multiselect

On dropdown click call API with first 10 item and display in the dropdown list. after then if user scroll down of the dropdown list then again call api with other 10 item. also same thing filter if ...
jayesh's user avatar
  • 1
0 votes
0 answers
56 views

How to Implement Multi-Parameter Queries in SSRS Report Builder with Databricks ODBC?

I'm currently working on a report in SSRS (SQL Server Reporting Services) where my data source is Databricks, accessed via ODBC. The report requires implementing a multi-select parameter for filtering ...
Abdul Moiz Aqil's user avatar
0 votes
1 answer
46 views

How to create skills multi-select feild in my own flutter app like linkedin skills field

I want to use some public api to fetch skills can you suggest. Want to create a multi select dropdown for selecting skills Researched in google and rapid Api but can't find any option also some videos ...
Nitin Jain's user avatar
0 votes
1 answer
94 views

Power BI slicer dropdown with array values

I want to create a slicer for availableDataTypes field. I have array of values in availableDataTypes field.In the dropdown I want only [1],[2],[3] & none Options It should be a multiselect ...
Pervez Bellary's user avatar
0 votes
0 answers
22 views

Getting the value from a multi-select list PHP in Drupal site

I am trying to get values from a multi-select field. I think I'm getting the keys and not the values. The output is 'cell_phone' instead of 'cell phone', for example. I also am seeing a warning about '...
Ginnie2019's user avatar
1 vote
0 answers
34 views

Want to close a drop down menu in multi_select

library multiselect; import 'package:flutter/material.dart'; import 'package:states_rebuilder/states_rebuilder.dart'; class _TheState {} var _theState = RM.inject(() => _TheState()); class ...
Soumen Pramanik's user avatar

15 30 50 per page
1
2 3 4 5
142