class Ariadne::Form::BaseInputComponent
def form_control?
Whether or not to wrap the component in a FormControl, which renders a
def form_control? html_attrs.delete(:form_control) { true } end
def form_control? html_attrs.delete(:form_control) { true } end