完善搜索功能
This commit is contained in:
parent
a19b26f341
commit
f66df0aab2
@ -217,7 +217,7 @@ namespace QFramework.Example
|
|||||||
SearchContent.gameObject.SetActive(true);
|
SearchContent.gameObject.SetActive(true);
|
||||||
Content.gameObject.SetActive(false);
|
Content.gameObject.SetActive(false);
|
||||||
});
|
});
|
||||||
Input.onEndEdit.AddListener(str =>
|
Input.onValueChanged.AddListener(str =>
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(str))
|
if (string.IsNullOrEmpty(str))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user