Frontmatter
| id | 3537 |
| title | form.field.Text: hideLabel & labelPosition: ''inline'' |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Oct 13, 2022, 1:40 PM |
| updatedAt | Oct 13, 2022, 3:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3537 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 13, 2022, 3:27 PM |


Right now, it looks like the
hideLabel: trueconfig removes the field border completely.For
labelPosition: 'inline', only the text inside the label wrapper should get removed.