defect 80 able to select "select..."

This commit is contained in:
2024-12-02 17:06:43 +00:00
parent 92bfd320c8
commit b407ac21d0
+3 -1
View File
@@ -173,7 +173,9 @@ const RenderPickList = ({
id={datafieldname}
name={datafieldname}
>
<option>Select...</option>
<option value="" disabled defaultValue>
{t("common:drop-down-select")}
</option>
{Object.keys(optionsArr).map((key, index) => {
return (
<option