diff --git a/src/en/guide/theWebLayer/controllers/dataBinding.gdoc b/src/en/guide/theWebLayer/controllers/dataBinding.gdoc index 9d35fc4e826..1e304b9008a 100644 --- a/src/en/guide/theWebLayer/controllers/dataBinding.gdoc +++ b/src/en/guide/theWebLayer/controllers/dataBinding.gdoc @@ -934,3 +934,5 @@ bindData(p, params, [include: ['firstName', 'lastName']]) {note} Note that if an empty List is provided as a value for the @include@ parameter then all fields will be subject to binding if they are not explicitly excluded. {note} + +The [bindable|constraints] constraint can be used to globally prevent data binding for certain properties.