Skip to content

Commit

Permalink
Поиск: кошка, *ошка
Browse files Browse the repository at this point in the history
  • Loading branch information
bzaar committed Aug 22, 2024
1 parent f67b1b4 commit 33d2f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramdictru/Scripts/SearchBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SearchBox extends React.Component<ISearchBoxProps> {
onChange={e => this.onChange(e)}
value={this.props.applicationState.searchTerm}
className="search-input"
placeholder="Поиск" />;
placeholder="Поиск: кошка, *ошка" />;
}

onChange(e: React.ChangeEvent<HTMLInputElement>) {
Expand Down

0 comments on commit 33d2f9c

Please sign in to comment.