浏览代码

Add sentence about failed parsing

Hugo 4 年之前
父节点
当前提交
871fab95fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">`