if (value < choices.min) {
      value = choices.min;
      if ("input" === trigger) e.target.value = value;
    }