We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is just documentation.
Deployed app: https://dev.worx.id/sign-in
Component Design: https://whimsical.com/sketch-3aN9P3fud7mpb1hWt4A4w3
{ label: 'Eksplor - 2', description: 'Contoh Deskripsi', submit_in_zone: true, default: true fields: [ {...}, {...}, ... ], }
{ id: '7231942686725', label: 'Text field 1', description: 'description', required: true, type: 'text', minLength: 0, maxLength: 24, }
{ id: '23565229205', label: 'Checkboxes', description: 'description', required: false, minChecked: 1, maxChecked: 3, group: [ { label: 'Option #1' }, { label: 'Option #2' }, { label: 'Option #3' } ], type: 'checkbox_group' }
{ id: '2356760777462', label: 'Radiobuttons', description: 'description', required: true, options: [ { label: 'Option #1' }, { label: 'Option #2' }, { label: 'Option #3' } ], type: 'radio_group' }
{ id: '2357109577409', label: 'Dropdown', description: 'description', required: false, options: [ { label: 'Option #1' }, { label: 'Option #2' }, { label: 'Option #3' } ], type: 'dropdown' }
{ id: '2357265606749', label: 'Date', description: 'description', required: false, disableFuture: false, disablePast: true, type: 'date' }
{ id: '23575153539', label: 'Separator', description: 'description', type: 'separator' }
{ id: '2357523970968', label: 'Rating', description: 'description', required: false, maxStars: 5, type: 'rating' }
{ id: '2357526469860', label: File', description: 'description', required: true, maxFiles: 6, maxFileSize: 10485760, minFileSize: 128, fileMinSizeType: 'MB', fileMaxSizeType: 'MB', allowedExtensions: [ 'csv', 'doc', 'docx' ], type: 'file' }
{ id: '2357527652279', label: 'Image', description: 'description', required: false, maxFiles: 6, allowGalleryUpload: true, type: 'photo' }
{ id: '2357528685219', label: 'Signature', description: 'description', required: false, type: 'signature' }
The text was updated successfully, but these errors were encountered:
jaballogian
No branches or pull requests
This issue is just documentation.
Deployed app: https://dev.worx.id/sign-in
List of licenses:
JSON object form:
Component Design: https://whimsical.com/sketch-3aN9P3fud7mpb1hWt4A4w3
JSON object form fields sample:
The text was updated successfully, but these errors were encountered: