* Returns true, if the form is valid. * @return {boolean} True, if valid
()
| 188 | * @return {boolean} True, if valid |
| 189 | */ |
| 190 | isValid () { |
| 191 | return this.getInvalidFields().length === 0 |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Returns true, if the form is randomizable. |
no test coverage detected