You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BSModalContextBuilder, dialogClass is type of FluentAssignMethod<BootstrapModalSize, this> while size is type of FluentAssignMethod<string, this>. This looks wrong. I'm getting compilation error trying to set a custom class on the dialog:
The text was updated successfully, but these errors were encountered:
bittergeek
changed the title
dialogClass us type of FluentAssignMethod<BootstrapModalSize, this>
dialogClass is type of FluentAssignMethod<BootstrapModalSize, this>
Sep 26, 2016
In BSModalContextBuilder, dialogClass is type of FluentAssignMethod<BootstrapModalSize, this> while size is type of FluentAssignMethod<string, this>. This looks wrong. I'm getting compilation error trying to set a custom class on the dialog:
The text was updated successfully, but these errors were encountered: