Closed marciogurka closed 1 month ago
Not reproducible in Bryntum suite 6.1.0
From wrapper source
export type BryntumTimelineProps = {
...
/**
* Displays a tooltip when hovering events. The template used to render the tooltip can be customized, see [template](https://bryntum.com/products/gantt/docs/api/Scheduler/feature/EventTooltip#config-template).
* Config options are also applied to the tooltip shown, see [Tooltip](https://bryntum.com/products/gantt/docs/api/Core/widget/Tooltip) for available options.
* ...
* [View online docs...](https://bryntum.com/products/gantt/docs/api/Scheduler/feature/EventTooltip)
*/
eventTooltipFeature? : object|boolean|string|EventTooltip|EventTooltipConfig
Forum post
"Hello,
we've noticed that right now it's not possible to use React feature prop binding with the BryntumTimeline component.
Code like this doesn't work as expected, the feature is not bound.
I checked gantt-react\lib\BryntumTimeline.js and it's missing the "featureNames".
Manually adding it in our own code before using the BryntumTimeline component like so works and the prop feature binding is now working as expected:
"