diff --git a/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/POST.md b/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/POST.md index 4853e7fd28..a34fc22582 100644 --- a/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/POST.md +++ b/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/POST.md @@ -144,7 +144,7 @@ IdentityServer Management UI is also available for the Blazor UI now: We had introduced auto-complete select style navigation property selection. With this release, it is fully supported by all the UI options. So, when you create an CRUD page with ABP Suite for entity that has 1 to Many relation to another entity, you can simply select the target entity with a typeahead style select component. Example screenshot: -TODO: Screenshot +![type-ahead](type-ahead.png) ### Spanish Language Translation diff --git a/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/type-ahead.png b/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/type-ahead.png new file mode 100644 index 0000000000..7eabb748fd Binary files /dev/null and b/docs/en/Blog-Posts/2020-12-18 v4_1_Preview/type-ahead.png differ