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

Improvement for big select + bugfix #180

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

Commits on Mar 20, 2015

  1. [FEATURE] Improve initial rendering for big select

    To prevent browser's freezing, all "<li>" are created as text element without using jQuery and are added to DOM only at end of generation.
    matthias authored and matthias committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    de3ab83 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Option value can't be a integer

    Option value as integer can't be selected/deselected and <li> id attribute is not W3C.
    
    <li> id has been prefixed with "ms-elem-" to be W3C and not start with an integer.
    matthias authored and matthias committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    90b922f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. [TASK] Renaming function generateLisFromOption to generateListFromOption

    matthias authored and matthias committed May 14, 2015
    Configuration menu
    Copy the full SHA
    23d094b View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Option groups are not rendering with improved version

    matthias authored and matthias committed May 14, 2015
    Configuration menu
    Copy the full SHA
    04c8226 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    5cd96ea View commit details
    Browse the repository at this point in the history