Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text_area does not use TextAreaComponent #185

Open
DEfusion opened this issue Jan 19, 2025 · 2 comments · May be fixed by #181
Open

text_area does not use TextAreaComponent #185

DEfusion opened this issue Jan 19, 2025 · 2 comments · May be fixed by #181
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@DEfusion
Copy link

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.

@bonniesimon
Copy link

I'm facing the same issue. I think this is getting taken care of via #181

@nicolas-brousse nicolas-brousse self-assigned this Jan 31, 2025
@nicolas-brousse nicolas-brousse added bug Something isn't working enhancement New feature or request labels Jan 31, 2025
@nicolas-brousse
Copy link
Member

Hey @DEfusion @bonniesimon thanks for you patience, I was busy at work this period . This may be fixed by #181 as @bonniesimon says.

I'm going to give a look at this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants