class Ariadne::Form::BaseInputComponent

def form_control?

label above and validation message beneath the input.
Whether or not to wrap the component in a FormControl, which renders a
def form_control?
  html_attrs.delete(:form_control) { true }
end