(fieldName_2: string)
| 356 | }); |
| 357 | } |
| 358 | function unsetField(fieldName_2: string) { |
| 359 | if (!fieldName_2) return; |
| 360 | setField(fieldName_2, undefined); |
| 361 | updateValidationError(fieldName_2); |
| 362 | setTextInputValue(''); |
| 363 | setTextInputCursorOffset(0); |
| 364 | } |
| 365 | function commitTextField(fieldName_3: string, schema_1: PrimitiveSchemaDefinition, value_0: string) { |
| 366 | const trimmedValue = value_0.trim(); |
| 367 |
no test coverage detected