diff --git a/TODO.md b/TODO.md index 3683ac6..432b505 100644 --- a/TODO.md +++ b/TODO.md @@ -36,10 +36,10 @@ PHP has no component system, but `include`/`require` with variable scoping works as partials. These are already used (`head.php`, `header.php`, `footer.php`, `flash-messages.php`). New partials to extract: ### Form field partials — `templates/partials/form/` -- [ ] **`text-field.php`** — accepts `$name`, `$label`, `$value`, `$required`, `$placeholder`, `$hint`; renders the `