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
Vue 2.7 @vueform/vueform": "^1.11.0
Your Builder environment Examples in your component description
https://builder.vueform.com/demo https://vueform.com/reference/matrix-element
Add matrix element with dynamic rows
vueform: { schema: { matrix: { type: 'matrix', cols: [ { label: 'Column 1', value: 'column_1', inputType: { type: 'text', inputType: 'number', autocomplete: 'off', forceNumbers: true, }, }, { label: 'Column 2', value: 'column_2', inputType: { type: 'text', }, }, ], rows: 1, presets: [ 'matrix-table', ], }, }, }
Fill out first row then add new row. All values will be deleted.
This also happens in own implementation.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Vue 2.7
@vueform/vueform": "^1.11.0
Your Builder environment
Examples in your component description
Reproduction
https://builder.vueform.com/demo
https://vueform.com/reference/matrix-element
Describe the bug
Add matrix element with dynamic rows
vueform: { schema: { matrix: { type: 'matrix', cols: [ { label: 'Column 1', value: 'column_1', inputType: { type: 'text', inputType: 'number', autocomplete: 'off', forceNumbers: true, }, }, { label: 'Column 2', value: 'column_2', inputType: { type: 'text', }, }, ], rows: 1, presets: [ 'matrix-table', ], }, }, }
Fill out first row then add new row.
All values will be deleted.
This also happens in own implementation.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: