Questions tagged [select-options]
103 questions
18
votes
3 answers
Conditionally disabled select option in React
I built my own React select component and would like to have an option to set the default value to be disabled
The component basically looks like this:
16
votes
5 answers
How to add a search filter to a select option in angular
I'm trying to add to add a search filter in my select option list because there are many options and I think that without a search, it will not be easy for the user to find the option that he wants to select.
I hope you will understand me because…

PowerGirl
- 314
- 1
- 3
- 11
7
votes
3 answers
How can I disable literal values in Vuetify?
I am having problems when using the "item-disabled" prop on the v-select component from vuetify. I am trying to use this with literal options.
Here is the snippet which reproduces the issue:
In this example I would like to disable the option…

Jord
- 235
- 2
- 3
- 9
5
votes
2 answers
clear all select2 options
I can't find on select2 documentation a way to remove all the options in a select2 form.
The old stckoverflow answers to this questions seem not to work since the new version (I'm using 4.0.3) has a different behavior

user1403546
- 1,680
- 4
- 22
- 43
4
votes
0 answers
FontAwesome 5 in Select > Options not working in Firefox
I am using Font Awesome 5 icons in my 'option' and it works in everything but firefox. Has anyone else hit this issue?
.fontAwesomeInOption option{
font-weight: 900;
}
DropDown of Icons

nonoandy
- 120
- 15
3
votes
5 answers
Angular select options control does not reset ngModel value automatically even if I empty the array of options
I have a very basic select-option input control in Angular 8. User selects one item from dropdown and it's reflected correctly in dropdown as well as in ngModel variable.
But if I empty the source array programmatically, dropdown is still keeping…

user296526
- 404
- 1
- 3
- 9
2
votes
1 answer
Material Dashboard React select input does not show the arrow icon
Code
View
Is there any reason to view the select like this. Arrow icon not visible. I'm using the "@mui/material": "^5.8.6". Please help me on this

Yasas Ekanayaka
- 23
- 3
2
votes
1 answer
drop-down show selected value when editing a row laravel
From Destination:

Sohaib
- 1,972
- 3
- 9
- 19
2
votes
2 answers
2
votes
1 answer
Trying to chain filter option select
I want to chain both of my filters, to get a specific filter to my google map filter, if the filter markers by category has got the value, I want my filter by session to get the value from filter by category and then combined with my filter by…

Kraken
- 87
- 8
1
vote
1 answer
Filtering select options by related values using jQuery post in Laravel, how can I display data returned from the controller?
I'm trying to filter my select option with other select option using jquery post, where if certain outlet is selected, the the next select option whic is karyawan will only display karyawan that assign to that outlet, but i don't know to handle the…

M. Rivaldi Anwar Putra
- 129
- 10
1
vote
2 answers
VueJS ReferenceError: bookz is not defined
I have a problem that when I assign a variable in the correct way in .js file with Vue js format and in the html file when I try to use it I get ReferenceError: bookz is not defined. Before I have written the exact same thing as in