I need to provide my user with (sometimes long) on-demand explanation/description of questions, so basically something like a featured tooltip. Specifically I need to integrate a react bootstrap popover https://react-bootstrap-v4.netlify.app/components/overlays/#popovers
Is this the way https://surveyjs.io/form-library/examples/create-custom-question-renderer/reactjs?
Could you give me some advice to write the right customization that work for any type of questions? Basically if a string tooltip
question property is provided SurveyJS will show a question mark circle button next to the title that will pop up the tooltip
property value if pressed
thanks a lot