Person page: make marriage-event spouse picker searchable #38
Reference in New Issue
Block a user
Delete Branch "searchable-marriage-spouse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The spouse picker when adding a marriage/partnership event was a plain
<select>— impossible to search on a large tree. Replaced with the existingPersonCombobox(type-to-filter), the same component the relationship form uses. Still resolves to an existing person id (noonCreate), as the partnership-event handler requires.tsc clean; build passes.
🤖 Generated with Claude Code