Adam

Results 9 issues of Adam

#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Typing a partial search term, using arrow keys to highlight option on autocomplete list, and pressing Enter...

P4
area: material/autocomplete
area: material/chips

What do I need to do to enable horizontal scrolling when using scrollToElementAnimated()?

I have a method in another assembly that looks like this (VB.NET): ```vb.net Public Class Item Parent Public Function GetItems( ByVal Optional a As Integer = 0, ByVal Optional b...

The terminology being used might be what's confusing me. To me, "prerendering" means creating static files at compile-time and "server-side rendering" means rendering on the server at runtime anything that...

I have a scenario where I want to show one of two tables based on some condition. I tried using both `ng-if` and `ng-show` on the `` element or on...

I'm getting this error when my page is loading. ![image](https://github.com/leNicDev/ng-hcaptcha/assets/8813038/50789a65-b391-48ff-859f-bdfceb810d9e) It appears to originate from `https://hcaptcha.com/1/api.js?render=explicit` ![image](https://github.com/leNicDev/ng-hcaptcha/assets/8813038/565cb9b6-1e71-48e1-b876-b000c88168fe) I can't find any documentation on why this error is happening or how...

I'm guessing this isn't supposed to be in here, but there's no "Password" property on `UserModel`. What is the intended behavior? https://github.com/lssinc/voyage-api-dotnet/blob/c4e2177539afcfb5e2f1f0b98fe1e2b947cfea7d/Voyage.Services/User/UserService.cs#L105

bug

I recently switched from using `Fetch` to `Axios` so that I could use interceptors and I noticed that my reviver function that I'm using to parse date strings into Date...

When using the API to retrieve a single template, is there an option to have Unsubscribe tags such as `` rendered so that the actual url is included in the...