-
Notifications
You must be signed in to change notification settings - Fork 18
No errors/validation #42
Comments
|
Well, for one there should be a validation for "no value selected" when used with a [required] attribute. In general I would not implement a full validation but rather leave it up to the user (for example, invalid date selected such as 30th February) just implement the error label as on other input fields to be set with [isInvalid=true] and the error message on the [error] attribute. |
Any plans to do this ? |
@SinisterLight Likely not until 0.8. |
Wow, it's been two years since this issue was filed! Any plans to work on this? (duplicated by #62 I guess?) |
As mentioned in the |
Ah, thanks for the heads up. For the record, the up-to-date element is at: https://beta.webcomponents.org/element/PolymerElements/paper-dropdown-menu
Best, |
There are no error-labels/attributes available for displaying an error when validation fails.
The text was updated successfully, but these errors were encountered: