Frontmatter
| id | 4953 |
| title | form.field.Text: emptyValue config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 28, 2023, 12:47 PM |
| updatedAt | Sep 28, 2023, 12:47 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4953 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 28, 2023, 12:47 PM |
right now, a TextField returns null when empty or clicking on the clear trigger, but it returns an empty string, in case we clear the last char via the delete key.
this feels not consistent and we should add a new config to make it configurable (overwritable) for apps.
@linchen