Yuhang Ji

Results 28 comments of Yuhang Ji

Unfortunately, that's not supported yet.

Hi @Climax85 > Is this task in your roadmap Not for recent plan. > Could you give advise where and how to implement that on my own? I think it's...

It's not practical to detetmine the method name, maybe developers inject a `localizer` and use `_localizer["…"]` form. Any other form is also possibile.

You just pass the localization key to the `WithProperty` method: ``` csharp .WithProperty(SettingUiConst.Group1, "Server") .WithProperty(SettingUiConst.Group2, "Connection") ``` and provide translations in the JSON files: ``` json { "culture": "en", "texts":...

Hi @javietanh Razor/MVC Tiered project is supposed to be supported. Blazor Server and WASM are on the plan.

There's no backend validations yet. We could design a mechanism to do it. The `SetSettingValuesAsync` method should be the entry point. https://github.com/EasyAbp/Abp.SettingUi/blob/70784aff84e658613c9736f58ec1c4d4aaadd538/src/EasyAbp.Abp.SettingUi.Application/SettingUiAppService.cs#L114

Yes Blazor will be supported, definitely!

Most of the generating work are done. But I'm waiting for "Dynamic Form for Blazor". (https://github.com/abpframework/abp/issues/5558)

@omer-repo I agree with you that ABP team has no plan for "Dynamic Form for Blazor". So I think it's better to generate Blazor form elements hard coded. Maybe we...