Vote #81431
完了Don't display "No Match Found!" when the inline autocomplete doesn't return any result
0%
説明
Hello there,
it would be very helpful if we would be able to change the "No Match Found!" message that is included via the third party library tribute.js. I could hardcode it into the file itself, but that just seems odd.
Best regards
journals
In the "tribute.js", the "noMatchTemplate" property for each entry in the "collection" is ineffective. (README is confusing. I raise an issue if I can.) The "noMatchTemplate" specified separately from the "collection" is effective.
An empty string is effective if not want to display a message when there is no match. No function is needed. (again, README is confusing.)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I think it's better to not show any message as Takashi Kato proposes.
--------------------------------------------------------------------------------
Patch committed, thanks!
I didn't merge it to 4.1-stable because of the conflicts.
--------------------------------------------------------------------------------