_handleRuleDropdownInputChanged()

in ui/plugin.js [169:173]


  _handleRuleDropdownInputChanged(e) {
    const inputIdx = e.target.dataset.idx;
    const inputValue = e.detail.value;
    this.selectedRule.inputs[inputIdx].value = inputValue;
  }