We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d23fd commit a8a0327Copy full SHA for a8a0327
client/components/open/forms/fields/components/FieldOptions.vue
@@ -61,11 +61,11 @@
61
help="Comma separated values, leave blank to allow all file types"
62
/>
63
64
- <text-input name="max_file_size" class="mt-3" :form="field" native-type="number"
65
- :min="1"
+ <text-input name="max_file_size" class="mt-3" :form="field" native-type="number"
+ :min="1"
66
:max="mbLimit"
67
- label="Maximum file size" :placeholder="`1MB - ${mbLimit}MB`"
68
- help="Set the maximum file size that can be uploaded in MB."
+ label="Maximum file size (in MB)" :placeholder="`1MB - ${mbLimit}MB`"
+ help="Set the maximum file size that can be uploaded"
69
70
</div>
71
0 commit comments