Frontmatter
| id | 4061 |
| title | form.field.Radio: keynav to navigate through different radio group items no longer works |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Feb 15, 2023, 4:05 PM |
| updatedAt | Feb 15, 2023, 4:07 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4061 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 15, 2023, 4:07 PM |
it looks like Chromium does not support it, in case the input node is using
display: none. changing it towidth: 0resolves this for me.