Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds sortable option to select2 tags input field #423

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2022

  1. adds sortable option to select2 tags input field

    * it allows the user to sort the tags in the select2 field when a 'sortable' option is specified
    * it uses the sortable plugin from jquery-ui since it is included in activeadmin
    * it remove the sorting in `array_to_select_options` because it shouldn't change the original order
    joker-777 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    5242271 View commit details
    Browse the repository at this point in the history
  2. updates documentation

    joker-777 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    50b7efa View commit details
    Browse the repository at this point in the history