Skip to content

Datepicker only has one FormHelper and description is never shown #1767

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

Closed
TheZoker opened this issue Jun 23, 2021 · 1 comment
Closed

Datepicker only has one FormHelper and description is never shown #1767

TheZoker opened this issue Jun 23, 2021 · 1 comment

Comments

@TheZoker
Copy link
Contributor

Describe the bug
The datepicker field only has one FormHelper field below the input field (instead of 2 like all other input fields) and when a description is set, it is not shown when focusing the field.

To Reproduce
Steps to reproduce the behavior:

  1. Use latest jsonforms (2.5.1)
  2. Use below schema
  3. Focus datepicker field

Expected behavior
Show description when set

Screenshots
image

Browser (please complete the following information):

  • Browser: edge
  • Version: 96

Used Setup (please complete the following information):

  • Framework: react
  • RendererSet: material

Additional context
Schema:

{
  "type": "object",
  "properties": {
    "due_date": {
      "type": "string",
      "format": "date",
      "description": "Lorem Ipsum"
    },
  },
}

@sdirix sdirix added this to the next milestone Jun 24, 2021
@sdirix
Copy link
Member

sdirix commented Dec 22, 2021

This is already fixed for a while with #1792

@sdirix sdirix closed this as completed Dec 22, 2021
@sdirix sdirix removed this from the next milestone Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants