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

hasFeedback: false leads to strange display #1471

Open
vrilcode opened this issue Jan 14, 2023 · 0 comments
Open

hasFeedback: false leads to strange display #1471

vrilcode opened this issue Jan 14, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@vrilcode
Copy link

Describe the bug

If I use hasFeedback: false in input block type DateSelector, feedback icon is still displayed, but outside of input field and in gray (see screenshot). This occurs after Validate action is executed. I don't know how it should be displayed properly, but I would expect, that there is no feedback icon anymore (maybe also no feedback text).

This may also affect other input block types.

To Reproduce

id: test
type: PageHeaderMenu
properties:
  title: Test
blocks:
  - id: my_box
    type: Box
    layout:
      size: 400
    blocks:
      - id: my_date_selector
        type: DateSelector
        properties:
          label:
            hasFeedback: false
        validate:
          - message: Not passed
            status: error
            pass: false
      - id: my_validation_button
        type: Button
        events:
          onClick:
            - id: my_validation
              type: Validate

Screenshots

image

Lowdefy Version

3.23.3

@vrilcode vrilcode added the Bug Something isn't working label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant