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

Add the ability to have multiple options marked as selected #152

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

Commits on Oct 2, 2018

  1. add the ability to have multiple options marked as selected

    This way, multi selectes can be realized where the select tag hast the attribute multiple="multiple"
    together with size="x" and users can ctrl-click multiple options
    joshavg committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    63f37f4 View commit details
    Browse the repository at this point in the history
  2. Add ifn? to selected? for passing predicates

    Lists and vectors are also considered IFn's, so the are explicitly
    checked and treated as standard data structures using (some ...).
    joshavg committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    13f500f View commit details
    Browse the repository at this point in the history