-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Controls] FilterComboBox: Correctly cancel selection or edition
Up until this commit, any action causing the filtering text field to lose the focus was considered to be a valid edition, thus propagating the value in the text field or the one highlighted to be propagated, even if the user was clicking anywhere else in the application, or pressing the `esc` key. The distinction is now made between cases where the edition is finished because it was validated (value clicked on, or selected with the `return`/ `enter` key), and not because it was cancelled (clicks outside of the combobox or `esc` key pressed).
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters