FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
428 stars 72 forks source link

Add KeywordFilter property to AdRotator #212

Closed hishamco closed 4 years ago

hishamco commented 4 years ago

Fixes #209

hishamco commented 4 years ago

@csharpfritz I'm not sure why the style is not been applied, so that's why the test is fail :(

hishamco commented 4 years ago

@csharpfritz the build is pass ;) the strange thing I realize there's a bug in IHasStyle properties, when I use the border once the Style attribute is not calculated, we need to open another issue and merge this

csharpfritz commented 4 years ago

Interesting discovery on the IHasStyle properties not recalculating. I've opened issue #241 to address this

csharpfritz commented 4 years ago

Thank you for the fix!