fix: add accept attribute to file pickers

This commit is contained in:
Gary Sharp
2022-12-04 12:26:23 +11:00
parent b0fddd491b
commit 261baf669e
8 changed files with 328 additions and 303 deletions
@@ -112,6 +112,8 @@ WriteLiteral(" data-val=\"true\"");
WriteLiteral(" data-val-required=\"An Import File is required.\"");
WriteLiteral(" accept=\".xlsx,.csv\"");
WriteLiteral(" /><br />\r\n");
WriteLiteral(" ");