MFXFilteredComboBox: changing default prompt text #337
Unanswered
FelipeAumannRS
asked this question in
Q&A
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do anybody know how to change the filtered ComboBox prompt text (which is "Search...")?
In the mfx sample application I noticed that this text is actually a I18n property and it's added to the filtered combo box search text field this way:
MFXTextField searchField = new MFXTextField("", I18N.getOrDefault("filterCombo.search")) {
Unfortunately I have no idea how to access this textField in order to change the promp text, that's the goal
Beta Was this translation helpful? Give feedback.
All reactions