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

Fix multiselect in ComboBox #161

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 12, 2023

  1. fix: multiselect in ComboBox

    Jakub Sobolewski committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dd4e66b View commit details
    Browse the repository at this point in the history
  2. refactor: extract multiselect logic to function

    Jakub Sobolewski committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a89d632 View commit details
    Browse the repository at this point in the history
  3. fix: first selection in ComboBox

    Jakub Sobolewski committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    90bb3bc View commit details
    Browse the repository at this point in the history
  4. chore: build js

    Jakub Sobolewski committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0ee96aa View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix: default value in ComboBox

    Jakub Sobolewski committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d4412b1 View commit details
    Browse the repository at this point in the history
  2. chore: update browserslist

    Jakub Sobolewski committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fa81192 View commit details
    Browse the repository at this point in the history
  3. feat: support freeform in multiselect ComboBox

    Jakub Sobolewski committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6608a73 View commit details
    Browse the repository at this point in the history
  4. feat: select freeform option by default in multiselect ComboBox

    Jakub Sobolewski committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    52fb740 View commit details
    Browse the repository at this point in the history
  5. chore: build js

    Jakub Sobolewski committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d0fcec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. chore: install shiny.react from remote

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7107624 View commit details
    Browse the repository at this point in the history
  2. fix: e2e tests app

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ddea2ab View commit details
    Browse the repository at this point in the history
  3. fix: display text after server side update

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    29796a8 View commit details
    Browse the repository at this point in the history
  4. chore: build js

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6cadc1a View commit details
    Browse the repository at this point in the history
  5. feat: install shiny.react in ci

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5b31b1c View commit details
    Browse the repository at this point in the history
  6. feat: add github token to install shiny.react from github

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e6ca47c View commit details
    Browse the repository at this point in the history
  7. fix: js linter errors

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3308cbf View commit details
    Browse the repository at this point in the history
  8. chore: update ci

    Jakub Sobolewski committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3ea5a50 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: ci

    Jakub Sobolewski committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    914518c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. refactor: restore e2e test for multiselect dropdown

    Jakub Sobolewski committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f43d10c View commit details
    Browse the repository at this point in the history