Skip to content

Commit

Permalink
Now hiding the search history button for the TagsField control.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Nov 15, 2024
1 parent b4b16f1 commit 9640a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemsfx/src/main/java/com/dlsc/gemsfx/TagsField.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public TagsField() {
getStyleClass().addAll("text-input", DEFAULT_STYLE_CLASS);

setFocusTraversable(false);
setGraphic(null); // remove history button

getEditor().focusedProperty().addListener(it -> {
if (getEditor().isFocused()) {
Expand Down

0 comments on commit 9640a40

Please sign in to comment.