mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-25 00:15:08 -05:00
Fix duplicate "clear" button shown in main search input in Chrome (#39679)
This commit is contained in:
@@ -560,7 +560,8 @@ export const Search: React.FC<{
|
||||
<input
|
||||
ref={searchInputRef}
|
||||
className='search__input'
|
||||
type='search'
|
||||
type='text'
|
||||
inputMode='search'
|
||||
placeholder={intl.formatMessage(
|
||||
signedIn ? messages.placeholderSignedIn : messages.placeholder,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user