Christiaan
Christiaan
Why is the Rails gem not migrating to the vanilla JS version of @pedrofurtado ? Rails ujs has dropped the JQuery JS dependency for quite some time now...
Really need this too to make use of the plugin functionality.
My experience with this: - We tried option 1, but we also liked removing stuff with setting the special 'Hookstate none object'. But we were unable to add meta data...
I'm having the same issue when I have the `search: true` option enabled in combination with other select2 instances on the page (with either `multiple: true` or not). When the...
Looks like this issue is still present when upgrading to shakapacker! - Rails 7.0.2.3 - @rails/actiontext 7.0.2-2 - shakapacker 6.2.0
Yes, that seems to fix it!
@uzlov could you submit a PR?
I am having the same issue for my application and it is really annoying for the usecase I have. I have to bind the OnChange to update the reactJS state....
It looks like this has something to do with the missing days in the gregorian calendar. For example when I do ``` Timecop.freeze(Date.new(1583)) do puts Date.today end ``` it results...
@abhaynikam Can I help fixing this?