gpt4 book ai didi

javascript - AngularJS 中的可选/动态表单字段

转载 作者:行者123 更新时间:2023-12-03 07:28:47 25 4
gpt4 key购买 nike

让我们想象一下以下形式:

First Name: string
Last Name: string
Married: checkbox
% the following should be shown once checkbox is ticked %
Partner First Name:
Partner Last Name:
[Submit]

在 AngularJS 中制作带有可选字段的表单最优雅的方法是什么?

最佳答案

假设复选框 ng-model="married" 将 ng-show 属性添加到设置值为“married”的可选字段 ng-show="married"

关于javascript - AngularJS 中的可选/动态表单字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35891934/

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