
Populate dropdowns based on selection with Stimulus JS
9
Javascript
This is a follow up question from [Populate dropdowns based on selection](https://gorails.com/forum/populate-dropdowns-based-on-selection) that I asked like... 3 years ago... and still haven't real...
Pete replied

error with purgecss and Tailwind 2
3
Javascript
Hey there, I am facing the following problem. In production, purgecss is preventing all all css from `@tailwindcss/forms` from being rendered properly. When I comment out purgecss everything is wor...
Chris Oliver replied

Which Dark Theme Is Best for Javascript?
1
Javascript
There are lots of dark themes available but which you like the most and always do programming or projects in that theme which you can't live without it?
max76 replied

Values from dynamic form inputs for use as headings/populate other inputs
0
Javascript
I have a dynamic form im using to create 'sections' within a checklist with one field of 'title' - this also dynamically creates new tabs. I then want to use that input to re name the title of the ...
Tim Dowling posted

Select Or Create Field For Tags and Labels without jQuery
1
Javascript
Iām looking to explore a feature for a CRM that allows a user to add tags or labels to a customer record. They might not have the tags or labels in the database and I think it would be more intuiti...
kramer.k replied

Stimulus reflex does not work at all in internet explorer 11?
0
Javascript
Stimulus reflex does not work at all in internet explorer 11? If the stimulus has the ability to trigger ie compatibility using polyfills, then I have not found an option for reflex.
https://expo....
Alexey posted

Navbar with Vue.js and webpacker - Flickering at page load š
1
Javascript
I have a classic RoR - Webpacker app.
On top of Webpacker, we have implemented Vue as our frontend framework and Tailwind as our css framework š
Everything is functioning fine. Yet I am not quite ...
Thomas Sohet replied
Solved

How do I import recurring_select in Rails 6?
1
Javascript
I keep getting the following error:
Uncaught Error: Cannot find module 'recurring_select'
at webpackMissingModule (application.js:1)
at Module. (application.js:1)
at Module../app/java...
George Kettle replied

Seeking recommendation: Vue.js vs Stimulus.js vs Ember.js
0
Javascript
I'm starting to develop some front-end functionality for a Rails-based web app.
The front end will need to implement the following features
1) A horizontal scrolling window, which dynamically loa...
Alexander Farley posted

StimulusJs Modal - render different controller view inside
0
Javascript
Chris, a great screencast would be to use the a global Stimulus Js Modal that you can use to render views inside (say show/edit of controller views) This is something that can/should be part of Ju...
Aaron Xavier posted

Render partial via AJAX without JQuery
9
Javascript
I've got a standard Comment.model - I'm trying to use AJAX to render partial. Using JQuery works but I'm trying to use VanillaJS only. The AJAX is working but it's rendering the markup inside of th...
Solved

Adding Javascript to Rails 6
7
Javascript
Hi. I am fairly new to Rails and so far I have been unsucessful at adding any JS to my Rails 6 project. I have seen many videos and tutorials but i seem to run in to the same issue. Basically I get...
Chris Oliver replied
Solved

How can I stop/minimise VueJS components from being invisible on page load for a split second before appearing?
1
Javascript
I'm using standard Rails views (rather than an API) with quite a lot of Vue components - but on page load, all of my those components are not rendered for a split second. They then all blink into e...
Travis Smith replied

Anyone with experience using Quilljs?
6
Javascript
Hi,
I'm lloking forward using http://quilljs.com in a project and wonder if anyone can share his/her experience with such text editor.
Related gems are looking pretty outdated (I'm using Rails 5)...
Stas Syritsyn replied
Solved

How do you make a tab stay "active" after a page reload
6
Javascript
I have a version of your [Tabs tailwindcss-stimulus component](https://github.com/excid3/tailwindcss-stimulus-components/blob/master/src/tabs.js) up and running. However, I'm struggling to figure o...
Christian Whitesides replied
Solved

jQuery atwho.js trying to mix php inside the "displayTpl"
0
Javascript
Hello Everybody!
Need to insert in displayTpl: "
spanakorizo posted

Vue-Turbolinks show stale information in between page load
0
Javascript
I have a shopping cart item counter on my navbar that is first rendered by Rails then gets taken over by Vue once DOM contents are loaded. But the problem is that in between page load, Vue-Turbolin...
Yi Mei Wang posted

Not Rendering with Stimulus & ActionCable
1
Javascript
Hi,
I'm having some issues with Stimulus and I was hoping that someone could review this code and see if they see anything that I missed.
The Rails part is working and saving to the db. I'm sure t...
Jim Miller replied
Solved

Tabs with Stimulus
7
Javascript
Hi Chris - I've been following your guide on adding tabs with Stimulus here: https://github.com/excid3/tailwindcss-stimulus-components
I am not using Tailwind but everything is working. However, w...
Chuck replied
Solved

Send ActionCable broadcast from javascript
1
Javascript
In the tutorials here, I've seen an ActionCable broadcast be initiated by a chat message save. The broadcast is sent via a relay to a background job and then the chatmessages on the clients update...
Chris Valentine replied