Made search suggestions togglable
This commit is contained in:
@@ -51,6 +51,9 @@ builder.Services.AddHopFrame(options => {
|
||||
.FormatEach<Post>((post, _) => post.Caption);
|
||||
});
|
||||
|
||||
context.Table<Post>()
|
||||
.ShowSearchSuggestions(false);
|
||||
|
||||
context.Table<Post>()
|
||||
.Property(p => p.Author)
|
||||
//.Format((user, _) => $"{user.FirstName} {user.LastName}")
|
||||
|
||||
Reference in New Issue
Block a user