Updated Search component to be type=search
• Updated: - Search component to be type=search
This commit is contained in:
parent
545b784d2e
commit
f3e4bb134a
@ -121,7 +121,7 @@ class Search extends React.PureComponent {
|
||||
<input
|
||||
id={id}
|
||||
className={inputClasses}
|
||||
type='text'
|
||||
type='search'
|
||||
placeholder={placeholder}
|
||||
ref={this.setTextbox}
|
||||
value={value}
|
||||
|
Loading…
x
Reference in New Issue
Block a user