GeoloeG/iron-swipeable-pages

Input not work inside iron-swipable-pages

Closed this issue · 6 comments

I'm try use a input inside element iron-swipeable-pages but not work, the input seems disabled. do you know explanate the reason of this not work? :(

captura de tela de 2017-02-20 10-47-50

The esc-simplequestion element contains an input inside.

captura de tela de 2017-02-20 10-57-42

I was able to find the problem, it is related to the class (:host and: host > ::content > *) I will create a pull-request that solves this problem I am facing (the solution is very simple :))

this is weird..., may I see your implementation of <esc-simplequestion> and/or a running jsfiddle that reproduce the error?

the problem occurs with any input (paper-input or only input)

Today i have a new problem. The problem occurs with the last update (1.2.7). i will open a new issue to explanation the what occurred