You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding my own components to support a UI library, it's using my custom components for things like text_field and search_field but I did text_area it wasn't using my custom component.
I dug through the code in the gem and tried to figure out why but I couldn't, so just to double check I put some raises into TextAreaComponent (in initialize and call) and nothing happened (even though other changes I made to the gem were picked up (i.e. some logs I threw into renderer).
For now I've resorted to creating a TextareaComponent and using form.textarea and that is working for me.
The text was updated successfully, but these errors were encountered:
I'm adding my own components to support a UI library, it's using my custom components for things like
text_field
andsearch_field
but I didtext_area
it wasn't using my custom component.I dug through the code in the gem and tried to figure out why but I couldn't, so just to double check I put some
raise
s intoTextAreaComponent
(ininitialize
andcall
) and nothing happened (even though other changes I made to the gem were picked up (i.e. some logs I threw into renderer).For now I've resorted to creating a
TextareaComponent
and usingform.textarea
and that is working for me.The text was updated successfully, but these errors were encountered: