Skip to content

Commit

Permalink
Javadocs for onCommitProperty() refined.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Aug 24, 2023
1 parent 3a0ab76 commit 318cd84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gemsfx/src/main/java/com/dlsc/gemsfx/SearchField.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,10 @@ public final Consumer<T> getOnCommit() {

/**
* A callback that gets invoked when the user has committed to the selected
* value. "Committing" means that the user has hit the ENTER key, or the RIGHT arrow,
* value.
* "Committing" means that the user has hit the ENTER key, or the RIGHT arrow,
* or the field has lost its focus.
* Or the user has clicked on one of the suggestions in the popup window.
*
* @return the commit handler
*/
Expand Down

0 comments on commit 318cd84

Please sign in to comment.