Frontmatter
| id | 5303 |
| title | form.field.Text: inputValue_ config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 7, 2024, 12:34 PM |
| updatedAt | Mar 7, 2024, 2:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5303 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 7, 2024, 2:43 PM |
form.field.Text: inputValue_ config
tobiu assigned to @tobiu on Mar 7, 2024, 12:34 PM

tobiu
Mar 7, 2024, 2:43 PM
the required changes are inside the TextField class now. before adjusting DateField, NumberField and SelectField, we need to write component tests for this class first: https://github.com/neomjs/neo/issues/5140
tobiu closed this issue on Mar 7, 2024, 2:43 PM
We need a sharp separation of
inputValueandvalue, especially for class extensions likeform.field.Select.The first step is to implement it inside the TextField base class and then create follow-up tickets for class extensions.
@ExtAnimal