Skip to content
Snippets Groups Projects
Commit 57f7a2e8 authored by Mingsong Hu's avatar Mingsong Hu
Browse files

Add tip text for multiple words search

parent 2c70fd21
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class HmDisplayJstree extends HmDisplayPluginBase implements HmDisplayPluginInte
'#type' => 'textfield',
'#title' => $this
->t('Search'),
'#description' => $this->t('Type in the search keyword here to filter the tree below. Empty the keyword to reset the tree.'),
'#description' => $this->t('Type in the search keyword here to filter the tree below. Multiple keywords separated by spaces. Empty the keyword to reset the tree.'),
'#attributes' => [
'name' => 'jstree-search',
'id' => isset($parent_id) ? 'hm-jstree-search-' . $parent_id : 'hm-jstree-search',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment