vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

input with number attribute should preserve empty value when left empty #501

Open jeshtan opened 8 years ago

jeshtan commented 8 years ago

When using number attribute to persist user input as number, Vue auto set the input value to 0 when the input is left empty. Is this design by purpose? I think it is better to preserve the empty value.