sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

How can I show JFXAutoList when text changed by keyboard only? #1243

Open ctoabidmaqbool opened 1 year ago

ctoabidmaqbool commented 1 year ago

Usually when text field changed, dropdown JFXAutoList is opened e.g. text changedListerner!

Is there any simple trick to disable this behaviors, but only show JFXAutoLIst when text changed by keyboard not changed listener.

e.g. I want to show JFXAutoList only when text changed by keyboard (not by any code on button click for example)