Skip to content

Commit

Permalink
change the placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed May 16, 2024
1 parent 115122c commit e47cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const NDSSelect = forwardRef(
const value = extractValue(newValue, multiselect);
onChange(value);
}}
placeholder={placeholder || t("start typing")}
placeholder={placeholder || t("select")}
aria-required={required}
required={required}
aria-invalid={error}
Expand Down

0 comments on commit e47cf69

Please sign in to comment.