class Ariadne::Form::BaseInputComponent

def html_attributes

def html_attributes
  html_attributes = super
  html_attributes = html_attributes.concat(" required") if required?
  html_attributes
end