[null,null,["上次更新時間:2024-09-08 (世界標準時間)。"],[[["A number field stores numeric data using `value` for the number itself and `text` for its string representation, adhering to specified constraints."],["Number fields can be created through JSON or JavaScript, allowing customization of initial values, minimums, maximums, and precision."],["Serialization of number fields is supported in JSON and XML, facilitating data storage and retrieval."],["Constraints like minimum/maximum values, rounding precision, and custom validators can be applied to control the allowed numeric input."],["Number field validators, accepting and returning numeric values, enable enforcing specific data formats or ranges, such as limiting input to even or odd numbers."]]],["A number field stores a numerical `value` and a string `text`. The `value` is a valid number, while the `text` is any string. Fields are created via JSON or JavaScript, defining `value`, optional `min`, `max`, and `precision`. Constraints set the allowed range and rounding. Serialization uses JSON or XML to represent the field's `value`. Validators can be defined, accepting a number and returning a number, `null`, or `undefined`, allowing for custom logic like enforcing even or odd numbers.\n"]]