Angular下拉列表多选不带复选框无法正常工作
创始人
2024-10-30 03:00:58
0

为了使不带复选框的多选下拉列表正常工作,我们需要通过使用ngModel和ngModelChange来实现选择的跟踪和更新。以下是一个示例代码:

HTML模板:


    
        
            {{fruit.viewValue}}
        
    

组件:

import { Component, OnInit } from '@angular/core';
import { FormControl } from '@angular/forms';

@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent implements OnInit {
  fruits = [
    { value: 'apple', viewValue: 'Apple' },
    { value: 'orange', viewValue: 'Orange' },
    { value: 'banana', viewValue: 'Banana' },
    { value: 'grape', viewValue: 'Grape' }
  ];
  fruitSelect = new FormControl('');

  ngOnInit() {
    this.fruitSelect.valueChanges.subscribe(() => {
      const selectedFruits = this.fruits.filter(
        fruit => this.getFruitSelection(fruit.value)
      );
      console.log('Selected fruits:', selectedFruits);
    });
  }

  getFruitSelection(fruitValue: string) {
    return this.fruitSelect.value && this.fruitSelect.value.indexOf(fruitValue) > -1;
  }

  onDropdownOpened() {
    // Set the previous value of the select as the initial value when the dropdown is opened
    this.fruitSelect['_previousValue'] = this.fruitSelect.value;
  }

  onDropdownClosed() {
    // Revert to the previous value if empty input is submitted
    if (!this.fruitSelect.value || this.fruitSelect.value.length === 0) {
      this.fruitSelect.setValue(this.fruitSelect['_previousValue']);
    }
  }

}

在这个示例中,我们使用了mat-select

相关内容

热门资讯

一分钟科普!模拟器打开hhpo... 一分钟科普!模拟器打开hhpoker(透视)本来是有挂,扑克教程(真的有挂)-哔哩哔哩1、首先打开模...
透视肯定!pokemmo手机脚... 透视肯定!pokemmo手机脚本(透视)好像真的是有挂,插件教程(有挂测试)-哔哩哔哩1、pokem...
2分钟分享!aapoker安装... 2分钟分享!aapoker安装包怎么使用(透视)其实真的是有挂,黑科技教程(有挂教学)-哔哩哔哩1、...
透视有挂!wepoker破解器... 透视有挂!wepoker破解器(透视)确实真的有挂,2025新版总结(有挂苹果版本)-哔哩哔哩1、w...
第2分钟详细!hhpoker辅... 第2分钟详细!hhpoker辅助软件下载(透视)本来有挂,2025新版教程(有挂技术)-哔哩哔哩1、...
透视黑科技!智星菠萝透视(透视... 透视黑科技!智星菠萝透视(透视)本来存在有挂,透明挂教程(有挂俱乐部)-哔哩哔哩1、这是跨平台的智星...
透视线上!wpk私人局有透视吗... 透视线上!wpk私人局有透视吗(透视)一直真的有挂,细节方法(有挂内置)-哔哩哔哩1、wpk私人局有...
六分钟总结!wepoker插件... 六分钟总结!wepoker插件下载(透视)真是真的是有挂,扑克教程(发现有挂)-哔哩哔哩1、操作简单...
透视计算!wepoker代打辅... 透视计算!wepoker代打辅助机器人(透视)确实有挂,安装教程(有挂私人局)-哔哩哔哩wepoke...
第七分钟必备!hhpoker是... 第七分钟必备!hhpoker是正品吗(透视)好像有挂,第三方教程(有挂方式)-哔哩哔哩1、打开软件启...