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.01k stars 782 forks source link

Dynamic Panel with Tabbed UI: An untitled panel displays a weird element within an empty panel title area #8327

Closed JaneSjs closed 2 weeks ago

JaneSjs commented 1 month ago

When Dynamic Panel enables the tabbed UI and a newly created panel doesn't yet contain a title, the following UI element appears: View Demo

https://github.com/surveyjs/survey-library/assets/22372972/0db55088-6efa-4075-856d-0e1788937fc0

RomanTsukanov commented 3 weeks ago

We could add a tabTitlePlaceholder property, which would apply when templateTabTitle evaluates to undefined/null.

RomanTsukanov commented 2 weeks ago

@andrewtelnov We need to change the default value to "New Panel"