Skip to content

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

Open
@Sjaeseok

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

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