Guilherme Meinlschmiedt Abdo

Results 6 comments of Guilherme Meinlschmiedt Abdo

I'm getting the same error. Repro: ``` using FileContextCore; using Microsoft.EntityFrameworkCore; using System; using System.Threading.Tasks; namespace FileContextError { class Program { static async Task Main(string[] args) { var dbContextOptionsBuilder =...

Looking at this issue: https://bugs.chromium.org/p/chromium/issues/detail?id=118639, the GBoard don't send the `keycode` in the `keydown` event (except for special ones like "Delete","Backspace"). As can be seen in the above link, the...

> > @lufe70 @shorden Does this workaround help you? [#4487 (comment)](https://github.com/MudBlazor/MudBlazor/issues/4487#issuecomment-1253993630) > > Looping in @henon and @mckaragoz. > > Will take a deeper look into it when I can,...

> Wow, if that really works, wouldn't it be best to add it to MudMask? What would be the consequences, no autocompletion for textfields with a mask? This is not...

> Hi, @guimabdo! > > Your workaround is great and works well on Blazor Wasm (thanks for that). One thing, though: on my tests, when the field is blurred (i.e....

I think not only EF Entity Ids. When desiging an Entity in EF you may want to have any other property that is filled from a database column that is...