abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.47k stars 3.36k forks source link

CMS Kit / Blogging #19333

Open ebicoglu opened 3 months ago

ebicoglu commented 3 months ago

Convert "Blog" textbox -> dropdown. image

Reported at https://support.abp.io/QA/Questions/6260/Bugs--Issues-v80x?CurrentPage=4#answer-3a1159d4-eec4-6e17-5e18-289c1b382cc3

Sinan997 commented 3 months ago

There is no CMS kit module in angular

EngincanV commented 3 months ago

Currently, we use an autocomplete component on this page for the blog input (in MVC):

image

I have written to the customer. I think we don't need to make any changes here but I'll wait for an answer from the customer to close this issue.

It seems the problem is in the Blazor UI: https://support.abp.io/qa/questions/6260/3a1162aa-87e6-7d02-2a4e-3c039761d84b

enisn commented 3 months ago

It's kind of dropdown on MVC with select2.

Currently, we use an autocomplete component on this page for the blog input:

image

I have written to the customer. I think we don't need to make any changes here but I'll wait for an answer from the customer to close this issue.

Maybe we can make the threshold as 0 to show everything on the first click.

sturlath commented 2 months ago

Is there no way to get this small thing into 8.2? 🙏