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

相关内容

热门资讯

普及透视!德普之星透视免费,微... 普及透视!德普之星透视免费,微乐游戏小程序脚本,大纲教程(揭秘有挂)-哔哩哔哩1、全新机制【德普之星...
推荐透视!wejoker手机版... 推荐透视!wejoker手机版透视脚本,微乐降序自建房辅助app,积累教程(有挂技巧)-哔哩哔哩we...
了解透视!aapoker怎么拿... 了解透视!aapoker怎么拿好牌,微信微乐游戏辅助脚本,窍要教程(有挂教程)-哔哩哔哩1)aapo...
解密透视!hhpkoer辅助挂... 解密透视!hhpkoer辅助挂是真的吗,微乐自建房辅助神器怎么安装,教程书教程(发现有挂)-哔哩哔哩...
详情透视!有哪些免费的wpk作... 详情透视!有哪些免费的wpk作弊码,微乐智能插件激活码,方针教程(有挂技术)-哔哩哔哩1、点击下载安...
辅助透视!wpk官网下载链接,... 辅助透视!wpk官网下载链接,微乐家乡小程序脚本ios,妙招教程(有挂功能)-哔哩哔哩辅助透视!wp...
曝光透视!wpk辅助是什么,微... 曝光透视!wpk辅助是什么,微乐小程序游戏破解器下载,指南书教程(有挂存在)-哔哩哔哩1、实时wpk...
了解透视!xpoker辅助器,... 了解透视!xpoker辅助器,微乐小程游戏破解器下载,举措教程(有挂攻略)-哔哩哔哩1、用户打开应用...
科普透视!steampoker... 科普透视!steampokermaster辅助,微乐内蒙古自建房脚本免费下载,教材教程(有人有挂)-...
解迷透视!hhpoker可以控... 解迷透视!hhpoker可以控制吗,微信微乐小程序辅助器免费安装,课程教程(果真有挂)-哔哩哔哩1....