mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-08 21:55:02 -05:00
missed input_binding_slider.js
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user