Skip to content
Snippets Groups Projects

Draft: feat: add user modal

Open Duncan Bennett requested to merge 877-refactor-invite-user-select into develop
  1. Dec 22, 2023
  2. Dec 21, 2023
    • Duncan Bennett's avatar
      feat: add user modal · bbe84aa2
      Duncan Bennett authored
      Final tweaks.
      bbe84aa2
    • Duncan Bennett's avatar
      feat: add user modal · e7030781
      Duncan Bennett authored
      Restores "onChange" behaviour. This is required in order to remove
      selections from the user select field.
      e7030781
    • Duncan Bennett's avatar
      feat: add user modal · fc4b8fb5
      Duncan Bennett authored
      Cleans up previous code changes.
      fc4b8fb5
    • Duncan Bennett's avatar
      feat: add user modal · fc14d17a
      Duncan Bennett authored
      Proof of concept.
      
      Refactor the select field so that options are auto-selected when:
        * An email like value is detected
        * The user hits enter
        * The user hits space
      
      Things to consider and test:
        * Are there any issues if loading the select value takes too long?
        * What happens if the first search term is not correctly
          auto-selected?
          Currently this prevents any other values from being selected...
      fc14d17a