You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new project you are not limited in the length the project name has. When you then want to create a tab, this is limited to 16 characters.
If you do not specify a name and just press enter the generator suggests the name of the project + " tab". It should perform a check if the name is longer than 16 characters and already cut that off at that limit. Or at least give you an error message if you enter too many characters. Now nothing happens.
RickVanRousselt
changed the title
Feature request: Adjust the default tab name from the App project name to be less than 16 characters or provide an error message
Adjust the default tab name from the App project name to be less than 16 characters or provide an error message
Nov 6, 2021
💡 Idea
When creating a new project you are not limited in the length the project name has. When you then want to create a tab, this is limited to 16 characters.
If you do not specify a name and just press enter the generator suggests the name of the project + " tab". It should perform a check if the name is longer than 16 characters and already cut that off at that limit. Or at least give you an error message if you enter too many characters. Now nothing happens.
Is your feature related to a bug
no
Alternatives
In the tabgenerator the default name is set with
the default should max be the first 11 characters of the title.
The validation method should also return a meaningful message if there are more than 16 characters.
Additional Info
The yeoman generator uses Inquirer.js for the promts. These can have validation scenarios.
The text was updated successfully, but these errors were encountered: