mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-09 11:56:31 +02:00
add palceholder to search input
This commit is contained in:
parent
0e28911794
commit
ae85bfb474
@ -103,6 +103,8 @@ export class CommandPalette extends Component {
|
||||
hideCloseButton
|
||||
>
|
||||
<AutoFocusInput
|
||||
type="search"
|
||||
placeholder="Search"
|
||||
value={this.state.search}
|
||||
onInput={this.inputHandler.bind(this)}
|
||||
onKeyUp={this.keyDownHandler.bind(this)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user