mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-04 02:53:04 +03:00
DX-2758 Update Redoc Search
This commit is contained in:
parent
24e9ad42c5
commit
7fac1604e4
|
@ -147,7 +147,7 @@ export class SearchBox extends React.PureComponent<SearchBoxProps, SearchBoxStat
|
||||||
<SearchInput
|
<SearchInput
|
||||||
value={this.state.term}
|
value={this.state.term}
|
||||||
onKeyDown={this.handleKeyDown}
|
onKeyDown={this.handleKeyDown}
|
||||||
placeholder="Search..."
|
placeholder="Search API paths..."
|
||||||
aria-label="Search"
|
aria-label="Search"
|
||||||
type="text"
|
type="text"
|
||||||
onChange={this.search}
|
onChange={this.search}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user