defect 80 able to select "select..."
This commit is contained in:
@@ -173,7 +173,9 @@ const RenderPickList = ({
|
|||||||
id={datafieldname}
|
id={datafieldname}
|
||||||
name={datafieldname}
|
name={datafieldname}
|
||||||
>
|
>
|
||||||
<option>Select...</option>
|
<option value="" disabled defaultValue>
|
||||||
|
{t("common:drop-down-select")}
|
||||||
|
</option>
|
||||||
{Object.keys(optionsArr).map((key, index) => {
|
{Object.keys(optionsArr).map((key, index) => {
|
||||||
return (
|
return (
|
||||||
<option
|
<option
|
||||||
|
|||||||
Reference in New Issue
Block a user