gpt4 book ai didi

javascript - Angularjs 单选选择已选中

转载 作者:行者123 更新时间:2023-12-02 14:15:25 26 4
gpt4 key购买 nike

我正在尝试在创建新用户时创建选择,它将需要一个组。它工作得很好,但“选中”选项由于某种原因不起作用。如何使“用户”处于选中状态,以便按下创建新用户按钮时为真?

 <div class="radio-group" required>
<h3>Set user group</h3>
<label class="radio-inline">
<input type="radio" name="groupradio" value="2" ng-model="groups.group" required> Admin
</label>

<label class="radio-inline">
<input type="radio" name="groupradio" value="1" ng-model="groups.group" checked> User
</label>

<label class="radio-inline">
<input type="radio" name="groupradio" value="3" ng-model="groups.group"> Viewer
</label>
</div>
<button class="btn-sonera" ng-click="createUser(user, groups)"><i class="fa fa-floppy-o" aria-hidden="true"></i> Create user</button>

最佳答案

使用 AngularJs 最好是使用它的指令:

ng-checked="variable"

关于javascript - Angularjs 单选选择已选中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39080496/

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