Enis Necipoglu

Results 267 comments of Enis Necipoglu

Did you apply Migration Guide steps while upgrading? https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-8_0#moved-the-cms-kit-pages-features-routing-to-a-dynamicroutevaluet We've changed URL handling logic to **DynamicRouteValueTransformer** in v8.0. https://github.com/abpframework/abp/pull/17642 Probably you still use older URL pattern from v7.4 Can you...

Is it related to central package management? @maliming

Seems solved by https://github.com/abpframework/abp/pull/18566 Can you try the latest version `8.0.1`?

It seems a trimming issue, can you try setting global setting in the page that you used SelectionView right before InitializeComponent(); ```csharp SelectionView.GlobalSetting.Color = Colors.Red; InitializeComponent(); ```

There shouldn't be underline by default. Which platform you're experiencing this issue on?

Yeah, it should be working since it looks or it recursively. If it doesn't work we can fix it if you share reproduction steps

Ok, I'll investigate. It should be working, and currently it seems it's a bug. By the way, you can set your frame as submit button as a workaround until the...

I also need a compiled version for ARM64

It's kind of dropdown on MVC with select2. > Currently, we use an autocomplete component on this page for the blog input: > > ![image](https://private-user-images.githubusercontent.com/43685404/313563808-9d0aad13-a98f-4014-98b3-1dc23091353e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTA3NDU0MDgsIm5iZiI6MTcxMDc0NTEwOCwicGF0aCI6Ii80MzY4NTQwNC8zMTM1NjM4MDgtOWQwYWFkMTMtYTk4Zi00MDE0LTk4YjMtMWRjMjMwOTEzNTNlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAzMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMzE4VDA2NTgyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUxNTg5NjYxN2U5ODU2NThmMTNiZjViYjE1NTNkNzgzNmRkY2UyNDI3NWJmN2RjMDkxZTg4ZjQ5MGYxYTQ5NmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.pzfvDGpc-pWjKLoJQP6BACtGl3dIcjbozqyhxmHLySw) > > I have written...

Here is the case: ABP CLI version is `8.1.1` and when you try to run `abp bundle` for project with ABP version `8.0.2` it fails to load DLLs since because...