render partial does not work #205
Unanswered
randomsnowflake
asked this question in
Q&A
Replies: 1 comment
-
Try replacing
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just installed the gem in my Rails 7 app and I am trying to render a combobox with a partial.
I use the following code, similar to the example in the docs:
However, it does not render the partial. Setting the partial name to a wrong name does not raise an exception, either.
It does render the combo box correctly though, using my getter function (and not the partial)
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions