aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

ability to override `CssClass` property in `InputBase<T>`

Open ParsaGachkar opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I want to be able to override the CssClass field in my custom Input that inherits from InputBase<T> and set a custom value to it!

Describe the solution you'd like

please make CssClass property of InputBase<T> virtual

Additional context

No response

ParsaGachkar avatar May 13 '24 08:05 ParsaGachkar