Show selected options on top of ng-select
P粉883223328
P粉883223328 2023-09-10 12:25:33
0
1
542

I am using ng-select package to display dropdown list. I want to display the selected option at the top of the dropdown list. Is it possible? Any ideas?

P粉883223328
P粉883223328

reply all(1)
P粉302160436
  1. First, when you select an option, you can push it into an array
  2. Now you have two arrays, the selected options array and the original data array
  3. Assume they are originalArr and selectedArr
  4. Inside ng-select ng-option
  1. So you can show the selected item here and prevent the selected item Appears again in the drop-down list
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template