feat: relationship sortOptions property (#4301)
* feat: adds sortOptions property to relationship field * chore: fix lexical int tests * feat: simplifies logic & updates joi schema definition * feat: revert to default when searching in relationship select * fix types and joi schema * type adjustments --------- Co-authored-by: Alessio Gravili <alessio@bonfireleads.com> Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
This commit is contained in:
@@ -166,6 +166,7 @@ export interface User {
|
||||
}
|
||||
export interface ArrayField {
|
||||
id: string
|
||||
title?: string | null
|
||||
items: {
|
||||
text: string
|
||||
id?: string | null
|
||||
|
||||
Reference in New Issue
Block a user