Skip to content

ui-select2 component broken by jquery-rails v4.0.0 gem update  #5

Open
@colinvella

Description

@colinvella

I recently ran a "bundle update" on a project I'm working on and this broke the rendering of the ui-select2 dropdown component. After an extensive trial and error session I pinpointed the problem to jquery-rails updating from 3.1.2 to 4.0.0. For the time being I solved it by binding the gem to a specific version as in:

gem 'jquery-rails', '3.1.2'

I don't know if this is an issue with ui-select2 (the related gem angular-ui-select2-rails hasn't changed in the update AFAIK) or something broke in jquery-rails v4.0.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions