Skip to content

Unable to empty the input #57

Closed
Closed
@sumityadav

Description

@sumityadav

I am using the min prop.

On page load, the form is empty and the vue-numeric shows the input as empty (which is correct) but after the user key in any number, we do not have the option to empty the input again.

Here's the input:

<vue-numeric type="text" name="amount"
             placeholder="Amount"
             :min="5.00"
             currency="" 
             :precision=2 
             v-model="amount" 
             empty-value=""
></vue-numeric>

Specifications

  • Plugin Version: 2.3.0
  • Vue.js Version: 2.5.13
  • Browser: Chrome Version 63.0.3239.132 (Official Build) (64-bit)
  • OS: MacOS 10.12.6

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