Enis Necipoglu

Results 267 comments of Enis Necipoglu

That should be fixed with https://github.com/enisn/Xamarin.Forms.InputKit/commit/a9f05e82498275e3685fc612e546f6a0a5c22466

This should work. It's strange, might be checkbox component code is different. https://github.com/abpframework/abp/blob/2e7a833dbf90f4f621f86a8ae3f802599e14251b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js#L99-L104

As a workaround, launching with 'start' works well ```bash start files ```

Exactly same situation I faced. When I use regular Label word wrap is working but when I put it into a StackLayout, wordwrap doesn't work. ```xml ``` ![image](https://user-images.githubusercontent.com/23705418/197336836-fdbadff6-1d14-4fe3-8560-1b5b4979aeeb.png) --- If...

As I understand you say the breakpoint never be hit inside your custom attribute. Right? Let me check it

It should be working and tests are passed. But can you try to pass it as a parameter of `[CompareTo]` attribute like the following: ```csharp [CompareTo(typeof([SearchProductsWithListViewAttribute), "ListView")] public ProductListView ListView...

Here my Test class: ```csharp public class CustomAttributesTests { public enum MyEnum { ValueA, ValueB, ValueC, ValueD, ValueE, } public class MyEnumFilterAttribute : FilteringOptionsBaseAttribute { public static bool IsExecuted {...

> I want to use Dependency Injection with SearchProductsWithListView to pass the current user. but not working Unfortunately, it's just a C# attribute and it doesn't support dependency injection. I...

> Yeah, you're right, but AutoFilterer is an independent library and it doesn't have any reference to AspNetCore. Maybe an alternative attribute can be developed which extends IActionFilter

It seems it's an AspNetCore binding error. Your value might have some special characters or something that can break the binding