Ask A Question

Notifications

You’re not receiving notifications from this thread.

Dropdown menu with form data?

Christian Kienast asked in Javascript

Hey there,

I'm building a dropdown menu for a form, that looks something like this:

  • Entry 1
  • Subset
    • Entry 1
    • Entry 2
  • Entry 2

The selected option has to be in the params later on.

I'm a React dev and know how to build the dropdown menu itself, but how do I wire JS and Rails in this case?
Do I need an AJAX controller, only for the menu? How do I use it in JS?

Reply

Solved it..

I just had honey in my head.

All you have to do is render a hidden field that you update on click and just render all ul's and li's and toggle their display with jQuery.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.