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
Hello,
In Row classes you can add a DisplayName attribute to name the field, and a tooltip appears with the field name, but it seems that the System.ComponentModel.Description attribute is not honored (Serenity v.8.84), is there any way (appart from typescript) to add a description/help to the form fields?
I'm a bit lost in the serenity codebase, but I think I could make a pull request with this.
Also, there is the System.ComponentModel.DataAnnotations.DisplayAttribute class that has many useful properties: Name, Description, ShortName... it would be great if in some version we could use it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In Row classes you can add a DisplayName attribute to name the field, and a tooltip appears with the field name, but it seems that the System.ComponentModel.Description attribute is not honored (Serenity v.8.84), is there any way (appart from typescript) to add a description/help to the form fields?
I'm a bit lost in the serenity codebase, but I think I could make a pull request with this.
Also, there is the System.ComponentModel.DataAnnotations.DisplayAttribute class that has many useful properties: Name, Description, ShortName... it would be great if in some version we could use it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions