Skip to content

Commit e47cf69

Browse files
author
Haider Alshamma
committed
change the placeholder
1 parent 115122c commit e47cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const NDSSelect = forwardRef(
117117
const value = extractValue(newValue, multiselect);
118118
onChange(value);
119119
}}
120-
placeholder={placeholder || t("start typing")}
120+
placeholder={placeholder || t("select")}
121121
aria-required={required}
122122
required={required}
123123
aria-invalid={error}

0 commit comments

Comments
 (0)