|
@@ -127,7 +127,7 @@ const SearchVocabularyWidget = ({ value, onSplit, onSearch }: IWidget) => {
|
|
|
>
|
|
>
|
|
|
<Input.Search
|
|
<Input.Search
|
|
|
size="large"
|
|
size="large"
|
|
|
- placeholder="input here"
|
|
|
|
|
|
|
+ placeholder="search here"
|
|
|
onSearch={(value: string) => {
|
|
onSearch={(value: string) => {
|
|
|
console.log("on search", value);
|
|
console.log("on search", value);
|
|
|
if (typeof onSearch !== "undefined") {
|
|
if (typeof onSearch !== "undefined") {
|