Frontmatter
| id | 5381 |
| title | form.Base: getValue() => getSubmitValue() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 4, 2024, 2:00 PM |
| updatedAt | Apr 4, 2024, 2:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5381 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2024, 2:14 PM |
It can be confusing for devs to spot the difference for
valueandgetValue(), so we should use a clearer name to highlight the difference.until the next major release, this is a non-breaking change (both will work).