how to implement a bootstrap dropdown in a button

This page summarizes the projects mentioned and recommended in the original post on /r/rails

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • request.js

  • Then, you will need to use fetch or other libs like rails/request.js (https://github.com/rails/request.js) to send a patch request with formData to your model's update path (usually something like /fruits), this is to update your model data. If you are using scaffolded controller, you should have respond_to js configured for you by default. If not, remember to add respond_to :js to your controller, and list data attributes you wanted to return from the server.

  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  • An alternative if you need a lot of features like this, is to use StimulusReflex (https://docs.stimulusreflex.com). I think this (and optionally, ViewComponent) might be more suitable for your use case.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Reactiveness In Rails

    2 projects | /r/rails | 23 Aug 2022
  • Global Presence; I made a thing

    6 projects | dev.to | 10 Feb 2022
  • Blazor and/or MVC.NET?

    1 project | /r/Blazor | 9 Oct 2021
  • Looking for Rails communities to join on Slack or Discord

    1 project | /r/rails | 8 Oct 2021
  • Rails Prototype replacements for Rails 6

    1 project | /r/rails | 7 Sep 2021