Commit d8648343 by zhaochengxiang

全文检索

parent 6ff43820
...@@ -321,6 +321,7 @@ const FullSearch = (props) => { ...@@ -321,6 +321,7 @@ const FullSearch = (props) => {
width: focused ? 390 : 200, width: focused ? 390 : 200,
}} }}
value={keyword} value={keyword}
allowClear
onChange={onKeywordChange} onChange={onKeywordChange}
onFocus={onFocus} onFocus={onFocus}
onBlur={onBlur} onBlur={onBlur}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment