missed input_binding_slider.js

This commit is contained in:
Carson Sievert
2019-05-03 15:48:47 -05:00
parent 370f1b51ee
commit 2d2cf96f5e
6 changed files with 13 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ $.extend(textInputBinding, {
},
getState: function(el) {
return {
label: this._getLabelNode().text(),
label: this._getLabelNode(el).text(),
value: el.value,
placeholder: el.placeholder
};