{{! @glint-nocheck }}
<input
  type={{bs-default @type "text"}}
  id={{@id}}
  disabled={{@disabled}}
  readonly={{@readonly}}
  aria-describedby={{@ariaDescribedBy}}
  value={{@value}}
  class="form-control {{this.formValidationClass}} {{this.sizeClass}}"
  ...attributes
  {{on "change" this.handleChange}}
  {{on "input" this.handleInput}}
>