* Requests an update to the value description in the current view that is not * related to a value change (e.g. when the description is depending on other * field value). * @return {NumberField} Fluent interface
()
| 220 | * @return {NumberField} Fluent interface |
| 221 | */ |
| 222 | setNeedsValueDescriptionUpdate () { |
| 223 | this.hasView() && this.getView().updateValue() |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Validates given raw value. |
no test coverage detected