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

Selectize doesn't preserve title attribute #1200 #2118

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

Commits on Jul 3, 2024

  1. Selectize doesn't preserve title attribute selectize#1200

     selectize#1200
     Update the code so that it preserves option title attribute.
     This is implement by adding a constant for extracting the value from the title attribute from the DOM option object. This is passed along with the rest of the extracted option information to the render function and then if it was present it is added to the HTML.
    SOMERSOFTAndrewCrook committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2966467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d5d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2562f89 View commit details
    Browse the repository at this point in the history