gpt4 book ai didi

Angular 5,请告诉我 FormlyFieldConfig 中 ngx 支持的类型列表

转载 作者:行者123 更新时间:2023-12-05 05:16:38 24 4
gpt4 key购买 nike

这个问题与 ngx formly 和 Angular 5 有关 这里输入类型。我想知道类型列表 在 FormlyFieldConfig 中由 ngx 正式支持我有以下代码

export class AppComponent {
form = new FormGroup({});
model = { email: 'email@gmail.com' };
fields: FormlyFieldConfig[] = [
{
key: 'email',
type: 'input', // here type is input. I want to know List of types
// supported by ngx formly in FormlyFieldConfig

templateOptions: {
type: 'email',
label: 'Email address',
placeholder: 'Enter email',
required: true,
}
},
{
key: 'email',
type: 'input',
templateOptions: {
type: 'email',
label: 'Email address',
placeholder: 'Enter email',
required: true,
}
}



];

submit(model) {
console.log(model);
}
}

这里输入类型。我想知道类型列表 在 FormlyFieldConfig 中由 ngx 正式支持

最佳答案

您可以看到可以与 ngx-formly 一起使用的每个框架的所有支持类型的列表:

https://formly.dev/ui

关于Angular 5,请告诉我 FormlyFieldConfig 中 ngx 支持的类型列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50169017/

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