Skip to content

how to stop increment or decrement with mouse leave from updown pressed button? #28

Description

@Sjaeseok
  <vue-numeric-input
    ref="input"
    :value="value"
    :min="min"
    :max="max"
    :step="step"
    :width="width"
    :precision="precision"
    :disabled="disabled"
    @mouseleave="stopEvent"
    @input="onInput"
    controlsType="updown"
  ></vue-numeric-input>

Does not work as above

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions