简体   繁体   中英

Semantic UI React : How to Hide Suggested Text from Search Box

I am using Semantic UI React , I want to remove suggested text from search box . I am new to Semantic UI React , I will be very thankful if someone help me to remove suggested Text . Please see an attachment . 在此处输入图片说明

Code

import { Search } from 'semantic-ui-react';
<Search placeholder={"Search by Name, Email , Phone , Website"} />
<Search placeholder={"Search by Name, Email , Phone , Website"} showNoResults={false} />

没有源代码或API的方法应该可以解决问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM