diff --git a/srcjs/input_rate.js b/srcjs/input_rate.js index fe132808f..0d1f96f2d 100644 --- a/srcjs/input_rate.js +++ b/srcjs/input_rate.js @@ -298,6 +298,9 @@ var InputRateDecorator = function(target) { }; (function() { this.setInput = function(name, value, opts) { + const input = splitInputNameType(name); + name = input.name; + this.$ensureInit(name); if (opts.priority !== "deferred")