@if (label()) { }
@for (item of items(); track item; let i = $index) { {{ item }} @if (!disabled()) { } } @if (hasUncommittedInput()) { }
@if (uncommittedError()) { {{ uncommittedError() }} } @else if (error()) { {{ error() }} } @else if (hint()) { {{ hint() }} }