This question表示可以关闭Angular Material的float,我尝试了这个解决方案:
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label{
display: none !important;
}
但是没有爱。Here's the stackblitz attempt。SCSS放置在styles.scss
中。
有谁知道是否可以在Angular 15中关闭选择字段的浮动?
1条答案
按热度按时间vecaoik11#
使用新的API,似乎要删除浮动占位符,应该