-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Remove Component #31
Comments
Hello, <DWKitFormBuilder
ref={(builder) => {
formbuilder = builder;
const controls = formbuilder.dwKitControls;
const controlsForHide = ['treepicker', 'dropzone']
controls.items = controls.items.filter(({key}) => !controlsForHide.includes(key))
//FOR EDIT
const buttonControl = controls.items.find(({key}) => key === 'button')
buttonControl.key = 'MyButton'
buttonControl.title = 'MyButton'
console.log(buttonControl)
}}
... add this code here: |
Hi @sergeythrees , |
Thanks for noticing the bug. We will fix it soon. |
sure |
Hi @sergeythrees , can we remove the highlighted part after we click on save button and show only form |
|
How can we remove(customize component) like if we don't want collectons component or TreePicker
The text was updated successfully, but these errors were encountered: