PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Paper-Input: Auto-Validation fires directly for required without any user interaction #655

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

From @rowe42 on May 28, 2018 13:2

Description

Paper-Input: Auto-Validation fires directly for required without any user interaction Since nothing has been entered so far, the validation fails of course.

Live Demo

A working example based on "polymer init" can be found here: https://github.com/rowe42/PaperInputValidationError

Steps to Reproduce

  1. Clone Repo
  2. bower install
  3. polymer serve
  4. run in Browser ==> Page only contains one input field, which turns red through validation instantly.

Expected Results

No validation until the user has entered something.

Actual Results

see above

Browsers Affected

Versions

Copied from original issue: Polymer/polymer#5243

eidottermihi commented 6 years ago

I think this issue relates to https://github.com/PolymerElements/iron-input/issues/134

notwaldorf commented 6 years ago

Fixed in #658