docs: update component docs and check off completed Phase 3 datetime item

- PROJECT__AE_Object_Field_Editor_V3_upgrade.md: mark datetime support complete (was already implemented, just not checked off)
- AE__Components.md: replace stale ae_crud entry with element_ae_obj_field_editor_v3 description; correct TipTap "marked for removal" note (TipTap is actively used)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-20 10:06:24 -04:00
parent bb0365f1e8
commit 942b3ddf5f
2 changed files with 9 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ Consolidate the legacy CRUD components into a single, high-performance "Aether O
### Phase 3: Field Type Parity (IN PROGRESS)
- [x] Support `text`, `textarea`, `select`, `tiptap`, and `checkbox`.
- [ ] Add `datetime` support using native browser pickers.
- [x] Add `datetime` support using native browser pickers`date` and `datetime-local` inputs implemented.
- [ ] Implement searchable dropdowns for the `select` type.
### Phase 4: Migration & Cleanup