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

Component: Single-Select using ChoicesJs +Multiselect #328

Merged
merged 70 commits into from
Aug 25, 2023

Commits on Jun 6, 2023

  1. using choices.js with custom styling

    verena-ifx authored and verena-ifx committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fc6fe97 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. ignoring components file

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e7b86d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cf5105b View commit details
    Browse the repository at this point in the history
  3. rm components file from vue library as well

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    956a1eb View commit details
    Browse the repository at this point in the history
  4. formatting update

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3edfc63 View commit details
    Browse the repository at this point in the history
  5. single select with icons added to stories

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fb81ade View commit details
    Browse the repository at this point in the history
  6. choices story update

    verena-ifx authored and verena-ifx committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5c08eb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7f5ed6c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. single-select draft

    verena-ifx authored and verena-ifx committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    24b05ad View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. update

    verena-ifx authored and verena-ifx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b8af89a View commit details
    Browse the repository at this point in the history
  2. tested in vanilla example application

    verena-ifx authored and verena-ifx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2e8ca65 View commit details
    Browse the repository at this point in the history
  3. separated the choices instantiation for single-select + other

    verena-ifx authored and verena-ifx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b1e5d94 View commit details
    Browse the repository at this point in the history
  4. separated the choices instantiation for single-select + other

    verena-ifx authored and verena-ifx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c61cf08 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    add1bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. single-select style update

    verena-ifx authored and verena-ifx committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    421cf28 View commit details
    Browse the repository at this point in the history
  2. story arguments added

    verena-ifx authored and verena-ifx committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b72565b View commit details
    Browse the repository at this point in the history
  3. single-select completed

    verena-ifx authored and verena-ifx committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9bc1425 View commit details
    Browse the repository at this point in the history
  4. updated single-select for vanilla example app

    verena-ifx authored and verena-ifx committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    835ac78 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. disabled functionality added to select component (both for the ifx wr…

    …apper and the underlying choices component)
    verena-ifx authored and verena-ifx committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    143c6b1 View commit details
    Browse the repository at this point in the history
  2. removed background color from multiselect

    verena-ifx authored and verena-ifx committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    dc79ba8 View commit details
    Browse the repository at this point in the history
  3. multiselect scss file update

    verena-ifx authored and verena-ifx committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1d03520 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9242d1a View commit details
    Browse the repository at this point in the history
  2. rm components.ts file from git tracking

    verena-ifx authored and verena-ifx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb2a307 View commit details
    Browse the repository at this point in the history
  3. multiselect first draft

    verena-ifx authored and verena-ifx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ae8edc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. made multiselect its own component without an underlying library

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3f540a5 View commit details
    Browse the repository at this point in the history
  2. vue wrapper example test

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9229d87 View commit details
    Browse the repository at this point in the history
  3. shipit_pr removed - not needed anymore

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    332bd9a View commit details
    Browse the repository at this point in the history
  4. vue wrapper example test

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    938152d View commit details
    Browse the repository at this point in the history
  5. vue wrapper example test

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b37e60a View commit details
    Browse the repository at this point in the history
  6. vue wrapper example test

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f8f1eb1 View commit details
    Browse the repository at this point in the history
  7. removed multiselect story from choices component stories

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0e2d690 View commit details
    Browse the repository at this point in the history
  8. removed multiselect story from choices component stories

    verena-ifx authored and verena-ifx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3c73e79 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. size added to single-select

    verena-ifx authored and verena-ifx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    86a469e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ca72cc6 View commit details
    Browse the repository at this point in the history
  3. rm components.ts file from vue component lib

    verena-ifx authored and verena-ifx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b0e5bf1 View commit details
    Browse the repository at this point in the history
  4. multi-select first draft

    verena-ifx authored and verena-ifx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    eec9861 View commit details
    Browse the repository at this point in the history
  5. styling applied to multiselect

    verena-ifx authored and verena-ifx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    50f6828 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. multiselect showing labels of selected items; remove button added

    verena-ifx authored and verena-ifx committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    020287e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. multiselect dropdown z-index added; selected prop updating correctly

    verena-ifx authored and verena-ifx committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b7cccbe View commit details
    Browse the repository at this point in the history
  2. disabled prop added

    verena-ifx authored and verena-ifx committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ef0e83c View commit details
    Browse the repository at this point in the history
  3. label added to select and multiselect

    verena-ifx authored and verena-ifx committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    500008d View commit details
    Browse the repository at this point in the history
  4. multiselect groups

    verena-ifx authored and verena-ifx committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d34c944 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. focus styling fixed

    verena-ifx authored and verena-ifx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c6f705d View commit details
    Browse the repository at this point in the history
  2. label added to single-select

    verena-ifx authored and verena-ifx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b4ca714 View commit details
    Browse the repository at this point in the history
  3. key handling draft

    verena-ifx authored and verena-ifx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    efb1bb0 View commit details
    Browse the repository at this point in the history
  4. select options via keyboard

    verena-ifx authored and verena-ifx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5be6195 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. single select keyboard handling done; value now gets checked against …

    …available options
    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    475dbb7 View commit details
    Browse the repository at this point in the history
  2. multiselect keyboard handling

    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5b8e01f View commit details
    Browse the repository at this point in the history
  3. removed unused code

    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a2db3b5 View commit details
    Browse the repository at this point in the history
  4. added to example apps

    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ec08b23 View commit details
    Browse the repository at this point in the history
  5. multi-select options datatype changed to Object

    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2c8b6cf View commit details
    Browse the repository at this point in the history
  6. multiselect example app updated for vue

    verena-ifx authored and verena-ifx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ad437e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. updates to storybook + example apps

    verena-ifx authored and verena-ifx committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    05de996 View commit details
    Browse the repository at this point in the history
  2. multiselect storybook format

    verena-ifx authored and verena-ifx committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f6a43c1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 157-dropdown

    verena-ifx authored and verena-ifx committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4d361f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge branch 'master' into 157-dropdown + fixed space bar event handling

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3d0a443 View commit details
    Browse the repository at this point in the history
  2. space bar event handling fix

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7d8acb2 View commit details
    Browse the repository at this point in the history
  3. single-select storybook passing of array as string

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a3c1761 View commit details
    Browse the repository at this point in the history
  4. json array input for select components in vanillajs

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    395f195 View commit details
    Browse the repository at this point in the history
  5. passing select options as json array.

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8056419 View commit details
    Browse the repository at this point in the history
  6. description added

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c8d7149 View commit details
    Browse the repository at this point in the history
  7. renamed to ifx-select

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a6af5b9 View commit details
    Browse the repository at this point in the history
  8. multiselect is fipped logic updated

    verena-ifx authored and verena-ifx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c3915f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. arrow icon position fixed; options passing fixed

    verena-ifx authored and verena-ifx committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d5613cb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. multiselect tests added

    verena-ifx authored and verena-ifx committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6885094 View commit details
    Browse the repository at this point in the history
  2. select test cases added

    verena-ifx authored and verena-ifx committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7e6eb9c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. cursor pointer added to single select container (previously only was …

    …applied to the nested choices element)
    verena-ifx authored and verena-ifx committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    928137c View commit details
    Browse the repository at this point in the history
  2. dropdown now closing on doubleclick outside the nested component

    verena-ifx authored and verena-ifx committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ddd5ffc View commit details
    Browse the repository at this point in the history
  3. error and label showing again; cursor pointer added

    verena-ifx authored and verena-ifx committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8867f11 View commit details
    Browse the repository at this point in the history
  4. fixed display size and which size is passed to the component

    verena-ifx authored and verena-ifx committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    badd087 View commit details
    Browse the repository at this point in the history