Reputation: 1865
Creating a form with no values and would like the input field to default to empty for two reasons:
The problem:
el-input-number fields default to a number (0 or whatever the :min value is set to).
Does anyone know how to make the input field have the default value be just empty?
Upvotes: 4
Views: 9136
Reputation: 747
just give it a default value of undefined
https://codepen.io/rugia/pen/bGEoWaB?editors=1010
Upvotes: 6