We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The html element
<p id="question-description-idQuestion">
is created with an empty content when no description is passed as parameters of the lunatic Component
Steps to reproduce the behavior:
Create a lunatic component Question without any description.
I don't want to have a paragraph element for the question description (witch adds a new line) if no description is passed as parameter.
"@inseefr/lunatic": "^3.4.7-rc.1"
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
laurentC35
JulienCarmona
No branches or pull requests
Describe the bug
The html element
<p id="question-description-idQuestion">
is created with an empty content when no description is passed as parameters of the lunatic Component
To Reproduce
Steps to reproduce the behavior:
Create a lunatic component Question without any description.
Expected behavior
I don't want to have a paragraph element for the question description (witch adds a new line) if no description is passed as parameter.
Screenshots
Version where the bug appeared
"@inseefr/lunatic": "^3.4.7-rc.1"
Browser where the bug was tested
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: