Ver Fonte

Add sentence about failed parsing

Hugo há 4 anos atrás
pai
commit
871fab95fa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -403,7 +403,7 @@ The `camel` modifier will attach an event listener for the camel case equivalent
 **`.number` modifier**
 **Example:** `<input x-model.number="age">`
 
-The `number` modifier will convert the input's value to a number.
+The `number` modifier will convert the input's value to a number. If the value cannot be parsed as a valid number, the original value is returned.
 
 **`.debounce` modifier**
 **Example:** `<input x-model.debounce="search">`