Skip to content

Commit

Permalink
Various changes, especially related to the history manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed May 30, 2024
2 parents 9d4ed88 + 1190230 commit 13fb399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemsfx/src/main/java/com/dlsc/gemsfx/SearchField.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public class SearchField<T> extends Control {

private static final String DEFAULT_STYLE_CLASS = "search-field";

private static final boolean DEFAULT_ENABLE_HISTORY_POPUP = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_ENTER = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_COMMIT = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_FOCUS_LOST = true;
Expand Down

0 comments on commit 13fb399

Please sign in to comment.