Frontmatter
| id | 5600 |
| title | form.field.Base: remove the static delayable class field |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 21, 2024, 2:03 AM |
| updatedAt | Jul 21, 2024, 2:04 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5600 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 21, 2024, 2:04 AM |
the delay of 1s for change events was intended for a client project to delay potential ajax calls to a backend.
obviously this should not be the framework default, but get implemented on app level if needed (using delayable for the change event handlers).