Frontmatter
| id | 4555 |
| title | form.field.Select editable config not working |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Jul 24, 2023, 9:01 AM |
| updatedAt | Jul 24, 2023, 11:04 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4555 |
| author | pensuwan-k |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 24, 2023, 11:04 AM |
form.field.Select editable config not working

tobiu
Jul 24, 2023, 9:31 AM
hi kiattipoom!
i already took a quick look last friday:
pointer-events: none as well as user-select: none do still get applied.
however, the field does receive focus. maybe being set programmatically? definitely a regression bug.
tobiu closed this issue on Jul 24, 2023, 11:04 AM
I use module form.field.Select with editable: false. But the input can still be edit.