Skip to content
New issue

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

Single-Line Input: A question placeholder disappears when switching from Preview to Edit mode #7911

Closed
JaneSjs opened this issue Feb 29, 2024 · 0 comments · Fixed by #7913
Closed
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Feb 29, 2024

T17047 - Placeholder in text-components disappears after preview
https://surveyjs.answerdesk.io/internal/ticket/details/T17047


{
 "title": "my choices",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "text1",
     "placeholder": "placeholder"
    },
    {
     "type": "dropdown",
     "name": "dropdown1",
     "placeholder": "placeholder dropdown"
    }
   ]
  }
 ],
 "showPrevButton": false,
 "showQuestionNumbers": "off",
 "questionErrorLocation": "bottom",
 "showPreviewBeforeComplete": "showAnsweredQuestions"
}

Edit Mode:
image

Preview:
image

Edit: a placeholder disappears.
image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Feb 29, 2024
@andrewtelnov andrewtelnov self-assigned this Feb 29, 2024
@RomanTsukanov RomanTsukanov changed the title A Text question placeholder disappears when switching from Preview to Edit mode Single-Line Input: A question placeholder disappears when switching from Preview to Edit mode Mar 5, 2024
@OlgaLarina OlgaLarina added this to the v1.9.133 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants