-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(Select): added errorMessage, errorPlacement and validationType props #1291
Conversation
87f3dcb
to
d40aff7
Compare
Preview is ready. |
Playwright Test Component is ready. |
src/components/Select/components/SelectControl/SelectControl.tsx
Outdated
Show resolved
Hide resolved
4811cae
to
195886b
Compare
So, I added some tests for error feature also I added an aria-label attribute for getting internal error icon by i11y attributes. |
… validationError props
195886b
to
6e33a2c
Compare
Closes #1273