google / google/material-design-lite

Support multiple validation error messages

Open
#4,853 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
HTML
Stars
32.2k
Forks
4.9k
PR merge metrics
No merged PRs in 30d

Description

## Bugs

Please include the following information with your bug report:

> What MDL Version are you using? (please be specific, e.g. _major.minor.patch_)

``` json
...
"material-design-lite": "^1.2.1",
...
```

> What browser(s) is this bug affecting (including version)?

all

> What OS (and version) are you using?

any

> What are the steps to reproduce the bug? Can you create a plunker/codepen/jsfiddle which reproduces it?

Using `vee-validate` with `vuejs`, which isn't important, but the fact that I can multiple validation errors at one time per field is:

``` vue



{{ label }}

error {{ error }}



```

> What is the expected behavior?

that the error messages do not overlap on top of the next field

> What is the actual behavior?

the error messages overlap on top of the next field

> Any other information you believe would be useful?

*\* Source code**
https://github.com/airtonix/zenobi.us/blob/master/src/components/molecules/field-text.vue

*\* Recording of scenario**
![2016-10-16_17-50-39](https://cloud.githubusercontent.com/assets/61225/19415961/31b724bc-93c9-11e6-9847-daa979c31467.gif)!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.