gpt4 book ai didi

angular - PrimeNg p-dropdown 不显示数组值

转载 作者:太空狗 更新时间:2023-10-29 18:12:43 25 4
gpt4 key购买 nike

我有使用 PrimeNg p-dropdown 的组件。
html代码:

<p-dropdown [style]="{'width':'150px'}" [options]="portNames" placeholder="Select a Port">
</p-dropdown>

ts portNames decleration:

portNames: string[] =["Port 01","Port 02", "Port 03"];

我的问题是 DropDown 不显示值“Port 01”、“Port 02”、“Port 03”。

也许我有什么错误?

最佳答案

尝试在标签和值中添加下拉值

portNames =[
{label:'Port 01', value:'Port 01'},
{label:'Port 02', value:'Port 02'},
{label:'Port 03', value:'Port 03'},
];

关于angular - PrimeNg p-dropdown 不显示数组值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49378232/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com