Frontmatter
| id | 4869 |
| title | examples.form.field.select.MainContainer: width control |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 10, 2023, 10:52 PM |
| updatedAt | Sep 10, 2023, 10:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4869 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 10, 2023, 10:53 PM |
since we are using the value '50%' here, we should replace the NumberField with a TextField, to get rid of the warning plus a visible value inside the field.
@ExtAnimal