-
Notifications
You must be signed in to change notification settings - Fork 77
Milestone
Description
In Sirius Desktop's EEF-based property views, it is possible to associate a help text on widgets that can display additional text in a tooltip.
We should also support this kind of mechanism in our Forms (including in View-based forms).
Tasks
- Shape written
- ADR written
- Core support for
AbstractWidget[Description].helpTextProviderandhasHelpTextflag. - Implement the GraphQL Query to invoke a widget's
helpTextProvider. - Frontend: display the "?" hint for widgets with
hasHelpText(need more discussion on the icon and layout) - Frontend: invoke the GraphQL Query and display the result (as a tooltip)
- View: add
WidgetDescription.helpTextExpression - View: create a proper
helpTextProviderfrom the expression during the View conversion. - Frontend: display the "?" hint in the FormDescriptionEditor version of the widgets (if the
helpTextExpressionis defined) - Add tests
- Update documentation and CHANGELOG with a screenshot/animation.