Skip to content

Ensure All PickerInput Dropdowns Are Alphabetically Ordered and Searchable #9

Description

@elaouniyassine

Timeline

Estimated Completion Date: 08/10/2025

Description

Improve user experience by standardizing all pickerInput components to:

  • Display choices in alphabetical order
  • Include a live search option for easier navigation, especially for long lists

This ensures consistency across the app and reduces friction in selection workflows.

Actionable Items / Acceptance Criteria

  • Apply sort() to the choices vector before rendering each dropdown.

  • Add options = list('live-search' = TRUE) to all pickerInput definitions.

  • Adjust CSS to ensure the search box styling matches the app’s design system.

  • Verify that dropdowns update dynamically if their choices are reactive and remain alphabetically sorted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions