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

feat(ui): select current value in dropdown search input #5977

Merged
merged 3 commits into from
Jul 10, 2022

Conversation

sranka
Copy link
Contributor

@sranka sranka commented Jul 7, 2022

Closes #5974
The selected dropdown value is visible in the search input when the dropdown is opened. The search input value is selected so that

  • it can be quickly copied to clipboard
  • any keystroke in the input will delete the selected value (and possibly starts with typing an actual search term)

dropdownInputWithCurrentValue

@sranka sranka requested review from ivankudibal and k3yi0 July 7, 2022 07:13
@sranka sranka changed the title feat(ui): select current value in dropdown input feat(ui): select current value in dropdown search input Jul 7, 2022
@sranka sranka marked this pull request as ready for review July 7, 2022 07:16
@sranka sranka merged commit b15eead into master Jul 10, 2022
@sranka sranka deleted the 5974/copy_dropdown_selected_value branch July 10, 2022 14:39
@sranka sranka added this to the 1.10 milestone Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to select current dashboard variable for user in order to use the value in clipboard
3 participants