gpt4 book ai didi

aurelia - 附加焦点在 aurelia-dialog 中不起作用

转载 作者:行者123 更新时间:2023-12-03 17:35:42 25 4
gpt4 key购买 nike

我有以下几点:

<ai-dialog>
<ai-dialog-header style="display:flex;justify-content:space-between">
<span>New Person</span>
<i class="fa fa-close" style="cursor:pointer" click.delegate="controller.cancel()"></i>
</ai-dialog-header>

<ai-dialog-body>
<div style="display:flex;flex-grow: 1">
<div class="field">
<div class="field-title">First Name</div>
<div class="field-value">
<input style="flex-grow:1" type="text" attach-focus="true" value.bind="criteria.firstName & validate" />
</div>
</div>
....
</div>
</ai-dialog-body>

<ai-dialog-footer>
...
</ai-dialog-footer>

显示对话框时,我希望名字输入框具有焦点,但没有任何焦点 - 我必须手动单击该框以设置焦点。

有什么想法吗?

最佳答案

尝试以下操作: focus.bind="true"

<input style="flex-grow:1" type="text" focus.bind="true"...
您还可以根据模型设置您不需要的焦点。
以下是更多详细信息:
http://aurelia.io/blog/2015/06/05/building-aurelias-focus-attribute/

关于aurelia - 附加焦点在 aurelia-dialog 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41747114/

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