I generated the Input component and noticed that it referenced a controller that didn't exist.
action: "input->ruby-ui--form-field#onInput invalid->ruby-ui--form-field#onInvalid"
It makes sense to have the Form component have the controller but perhaps the Input component shouldn't be an independent component and should only be generated with rails g ruby_ui:component Form
I generated the
Inputcomponent and noticed that it referenced a controller that didn't exist.It makes sense to have the
Formcomponent have the controller but perhaps theInputcomponent shouldn't be an independent component and should only be generated withrails g ruby_ui:component Form