@if (_hasFloatingLabel()) { }
@if (!_hasOutline() && !_control.disabled) {
}
@if (_hasOutline()) {
@if (!_forceDisplayInfixLabel()) { }
} @if (_hasIconPrefix) {
} @if (_hasTextPrefix) {
}
@if (!_hasOutline() || _forceDisplayInfixLabel()) { }
@if (_hasTextSuffix) {
} @if (_hasIconSuffix) {
}
@if (!_hasOutline()) {
}
@switch (_getDisplayedMessages()) { @case ('error') {
} @case ('hint') {
@if (hintLabel) { {{hintLabel}} }
} }