{ if (value !== null && (value < min || value > max)) { value = clamp(value, min, max); } onInput(value); }} on:paste={onPaste} />