surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.13k stars 804 forks source link

navigationTitle property doesn't support piped text fix #8203 #8205

Closed andrewtelnov closed 5 months ago

andrewtelnov commented 5 months ago

@tsv2013 Please review this PR. I have moved locNavigationTitle into panelbase and it returns locTitle.renderedHtml || name if it is empty. Markdown stops working if navigationTitle and title is empty, it means if page has name only then it doesn't work.

Thank you, Andrew