Corrado Masciullo
Corrado Masciullo
When you disable a checkbox all its children get disabled too. Maybe this is expected but in my use case I have SOME child checkboxes that are checked and disabled...
### Are you requesting a feature, reporting a bug or asking a question? bug ### What is the current behavior? It seems that, while using choicesFromQuestion, I cannot point a...
### Are you requesting a feature, reporting a bug or asking a question? feature/bug ### What is the current behavior? I'd like to to populate dropdown question choices by collecting...
It seems that upgrading dependencies to the latest releases does not impact her operation so much. Only few tests fails https://travis-ci.org/masciugo/her Any chance to have an official dependencies upgrade? thanks...
in my use case I have several Her model so I created the following super class class HerModel include Her::JsonApi::Model def created_at @created_at ||= Time.zone.parse(super) end end and classes like...
Hi, is this consistent? ``` irb(main):001:0> require 'I18n' true irb(main):002:0> I18n.backend.store_translations(:en,{cube:nil,ball:{one:nil,other:nil}}) { :cube => nil, :ball => { :one => nil, :other => nil } } irb(main):003:0> I18n.default_locale = :en...
I am trying to develop a [jsoneditor](https://github.com/josdejong/jsoneditor) widget in order to have a json text input field powered by jsoneditor I think that this widget may be of general interest...
I am doing an heavy use of select2/slect2tagbox widgets in my survey. I slightly modify them in order to exploit the _tags_ option of select2 plugin which let add new...
it seems from the source that [select2 tags option](https://select2.org/tagging) is ignored https://plnkr.co/edit/qj6S8GrZtlatqjk3mv40?p=preview
### Are you requesting a feature, reporting a bug or asking a question? bug/feature ### What is the current behavior? Maybe the spacing among dropdown question components need to be...