mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
ComboBox: fixed search in item list for text with spaces (issue #691)
This commit is contained in:
@@ -23,7 +23,7 @@ CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [
|
||||
|
||||
#---- ComboBox ----
|
||||
|
||||
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ComboBox.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt DOWN togglePopup
|
||||
alt KP_DOWN togglePopup
|
||||
alt KP_UP togglePopup
|
||||
@@ -37,7 +37,6 @@ ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource
|
||||
KP_UP selectPrevious2
|
||||
PAGE_DOWN pageDownPassThrough
|
||||
PAGE_UP pageUpPassThrough
|
||||
SPACE spacePopup
|
||||
UP selectPrevious2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user