Discussion
Discussion copied to clipboard
input with number attribute should preserve empty value when left empty
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.