Skip to content

Commit

Permalink
Merge pull request #16 from uar-victor-coronel/Support_for_file_field…
Browse files Browse the repository at this point in the history
…_type

Support for File field type
  • Loading branch information
graham73may committed Aug 4, 2022
2 parents ad27954 + 3acb92f commit 436df96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/conditional-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@

break;
case 'image':
case 'file':
$field = $('#field-' + name);

break;
Expand Down

0 comments on commit 436df96

Please sign in to comment.