Ryan Cramer
Ryan Cramer
This seemed to solve the issue for me. First, set the select[multiple] to the percentage width like 100% (or 96% looked better in my case): ``` ``` Then call the...
@karltdev I'd like to add this PR and potentially others of yours, and give you credit for it, but don't have a CLA from you. GitHub recommends we have a...
> I agree. I did this because I did not know which change event(s) was/were influencing. Do you have any idea? @karltdev I'm not sure either, I usually try to...
Thanks @karltdev I have added this. I changed the `$t.parents(...)` to `$t.closest(...)` so that it would not match multiple repeater items in a nested repeater situation. Though let me know...
@Toutouwai @karltdev This is not a field scenario I've ever used before, but I think I understand what you guys are saying (good points Toutouwai too). Though I don't think...
@pine3ree Thanks this looks like a good addition. I'm just wondering if this belongs in InputfieldFieldset rather than InputfieldWrapper? The InputfieldWrapper class is also used by anything wrapping Inputfields and...
@pine3ree I see, yes, InputfieldFieldsetOpen rather than InputfieldFieldset. But I suppose it's a similar question: should it go instead in InputfieldFieldsetOpen? (it's a little harder to find since it's an...
I think I'd rather leave this one as a 3rd party module since I'm guessing this wouldn't meet the 30% usage threshold that we try to stick to for new...
@ivangretsky This is one of those things that is meant to be specified in the module settings, so the values present in this file are just the defaults, and not...
I can't seem to duplicate the issue that this PR fixes. Is this maybe already fixed or are there prerequisites necessary to duplicate? Thanks.