aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.js')
-rw-r--r--src/widgets.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js
index e7f78971..0bdc1094 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -509,6 +509,7 @@ function inputWidget(events, modelAccessor, viewAccessor, initFn, textBox) {
function inputWidgetSelector(element){
this.directives(true);
+ this.descend(true);
return INPUT_TYPE[lowercase(element[0].type)] || noop;
}