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

fix(VaFormField): fix not working errorCount prop #4387

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

padinko
Copy link
Contributor

@padinko padinko commented Oct 1, 2024

Description

Property errorCount is not working in <VaFormField>. It always shows only 1 error message.

Markup:

<VaFormField
    dirty
    error
    :error-count="2"
    :error-messages="['error 1', 'error 2']"
>
    example field
</VaFormField>

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

Copy link

netlify bot commented Oct 1, 2024

👷 Deploy request for vuestic-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 705c18f

Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for vuestic-storybook ready!

Name Link
🔨 Latest commit 705c18f
🔍 Latest deploy log https://app.netlify.com/sites/vuestic-storybook/deploys/66fc0a5ce23a9d00083bb780
😎 Deploy Preview https://deploy-preview-4387--vuestic-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@m0ksem m0ksem merged commit 1773f27 into epicmaxco:develop Oct 15, 2024
6 checks passed
raichev-dima pushed a commit to raichev-dima/vuestic-ui that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants