2,104 questions
0
votes
1
answer
56
views
How to unselect value from multi-select type field in Netsuite map reduce script?
I hope you are doing well! I am trying to unselect specific customer from sepcific item multiselect field in map reduce script. I am setting new customers in a field using setvalue. But my approach is ...
2
votes
3
answers
127
views
Change Multiselect With Group Options Based On Input Of Another Select Option
I have Two Select Options in that Based on first select options i need to load second select options values. Second select option having multiselect option The HTML code is below.
<div>
<...
2
votes
2
answers
349
views
Jquery multi select dropdown with checkbox
I'm trying to achieve jquery multi select dropdown with checkboxes with customized apply and cancel button inside dropdown. When I select Select All, dropdown is closing unexpectedly, even I tried to ...
0
votes
0
answers
114
views
How to change Mantine multiselect options-filtering in Python
I've developped a small dash app that allows user to plot several charts depending on dropdown inputs.
I first used bootstrap dropdowns, but it could not handle the large amount of options (~7000)
...
0
votes
1
answer
196
views
I want nested Multi select dropdown in Mudblazor
☐ SaaS
☐ OnPrem Options
☐ Cloud
☐ Hybrid
☐ Other
My select dropdown contains parent options - SaaS ,On Prem and Other and My OnPrem contains 2 child options Cloud and Hybrid. On ...
1
vote
0
answers
103
views
primeNg multiselect should not disable options if selection limit is reached
I'm using primeNg multiselect in Angular Project
If I have a dropdown of items and I set selection limit to 1, all items get disabled if the user selects an item of the dropdown.
But if the user wants ...
0
votes
0
answers
65
views
How to get multiselect parameters of Form::select method in jquery?
In Laravel 10 / jquery: 3.6.1 app with laravelcollective/html 6.2 library I need pass multiselect parameters to post request and having select :
<div class="flex-grow-1 w-100">
{!! ...
1
vote
0
answers
159
views
Is there method to change width of selected options in streamlit multiselect?
I have been trying to change the width of selected options in multiselect widget so that it can show text completely because the default width seems too short for me, which seems like this:
I have ...
1
vote
1
answer
166
views
Dropdown menu disappears after form submission in livewire component
I'm working on a Laravel Livewire component with a multi-select dropdown. The dropdown options are dynamically generated with JavaScript, but after submitting the form, the dropdown options disappear.
...
0
votes
1
answer
229
views
mudblazor table server multipage with multiselect
I want to use the table component in server mode and use the multiselect.
Currently, when I select a box on page 1, when I go to page 2 my selection is not saved (if I go back to page 1 the box is no ...
0
votes
1
answer
624
views
How can I modify an element style inside a Telerik component using Blazor?
I am trying to modify the autocomplete attribute from an inside a TelerikMultiSelect component. This is the html code generated by the TelerikMultiSelect:
<div data-id="" class="...
0
votes
1
answer
154
views
Selecting Checkbox values based on JSON Array
I am storing some id values as json strings in my database. I am using these same ids as the checkbox values in my Bootstrap multiselect checkbox control on my form.
[{"formLookupId":16},{&...
0
votes
2
answers
142
views
Appending Checkboxes via AJAX Success using Bootstrap MultiSelect Checkbox List Dropdown
I am looking to append some checkboxes using a result of data from an Ajax call, However I am having a bit of trouble doing this.. My Response[i] items when iterating seem to be undefined. ...
0
votes
0
answers
93
views
c# devexpress gridview check focus problems
I am making payment screen with c# winform, the ODEMEID in gridview1 is registered in the ODEMEBELGETID field in the gridview2 record,
when I recall the record, the first ODEMEID value I select in ...
1
vote
1
answer
2k
views
How to handle multi-select correctly?
I'm struggling with a multi-select dropdown component in my .NET 8 Blazor server-side app. I'm using MudBlazor select component to support the multi-selection.
I'm loading a list of departments from ...