gpt4 book ai didi

angular - 如何在输入字段右侧对齐 Material 图标?

转载 作者:行者123 更新时间:2023-12-03 08:44:30 24 4
gpt4 key购买 nike

我正在使用垫自动完成文本框。我目前有一个搜索图标,它与输入左侧对齐。我想将其右对齐。有人可以帮帮我吗?

<mat-form-field floatLabel="never" class="example-full-width" appearance="outline">
<input type="search" placeholder="Name"
aria-label="Number" matInput [formControl]="myControl" [matAutocomplete]="auto" />
<mat-icon color="primary" matPrefix>search</mat-icon>
<mat-autocomplete #auto="matAutocomplete">
<mat-option *ngFor="let option of filteredOptions | async" [value]="option">
{{option}}
</mat-option>
</mat-autocomplete>
</mat-form-field>

最佳答案

只需将 matPrefix 替换为 matSuffix

<mat-icon color="primary" matSuffix>search</mat-icon>

关于angular - 如何在输入字段右侧对齐 Material 图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61987834/

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