- ${this.hasLabel
- ? BlrFormLabel({
- labelText: this.label,
- labelAppendix: this.labelAppendix,
- labelSize: 'md',
- forValue: this.selectId,
- })
- : nothing}
-
-
-
- ${this.renderTrailingIcon(inputClasses)}
-
- ${BlrFormHint({
- message: (this.hasError ? this.errorMessage : this.hint) || 'This is dummy message',
- variant: this.hasError ? 'error' : 'hint',
- size: 'sm',
- iconName: calculateIconName(this.hintIcon, this.size),
- })}
-
- `;
- }
-}
-
-export type BlrSelectType = Omit