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

Implement a frontend-like single entity picker #3653

Merged
merged 2 commits into from
Jul 14, 2023

Commits on Jul 10, 2023

  1. Implement a frontend-like single entity picker

     - Adds a new Composable `SingleEntityPicker` which aims to provide a text input with autocomplete search for entities like the frontend, where you can pick one
    jpelgrom committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4914670 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Improve filtering to allow suggestions with space, searching for enti…

    …ty IDs
    
     - Trim search input so the space automatically added after an IME suggestion is ignored
     - Also search entity ID but sort those results second, friendly name keeps priority
    jpelgrom committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    824ee28 View commit details
    Browse the repository at this point in the history