mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
addAddress: allow other rootcomponent to not precise bindmodal options
This commit is contained in:
@@ -45,7 +45,9 @@ containers.forEach((container) => {
|
||||
bindModal: {
|
||||
step1: container.dataset.bindModalStep1 !== 'false', //boolean, default: true
|
||||
step2: container.dataset.bindModalStep2 !== 'false' //boolean, default: true
|
||||
}
|
||||
},
|
||||
// Hide ValidFrom Date fields
|
||||
//hideDateFrom: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user