defect 80 able to select "select..."
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user