You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`accept` | string | `''` | Type of files the input accepts. None for all. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept
361
+
`compress_level` | number (integer) | `0` | Compress level: from 1 to 9 - 0 for no compression
362
+
`description` | string | `''` | Description of the control.
363
+
`description_tooltip` | `null` or string | `null` | Tooltip for the description (defaults to description).
364
+
`disabled` | boolean | `false` | Enable or disable button
365
+
`error` | string | `''` | Error message
366
+
`layout` | reference to Layout widget | reference to new instance |
367
+
`li_content` | array | `[]` | List of file content (bytes)
368
+
`li_metadata` | array | `[]` | List of file metadata
369
+
`multiple` | boolean | `false` | If true, allow for multiple files upload, else only accept one
370
+
`style` | reference to DescriptionStyle widget | reference to new instance | Styling customizations
0 commit comments