Closed animabear closed 8 years ago
@animabear you're right, [type="hidden"]
should be used and not :hidden
. If you can do a pull request I can merge, if not I can do it myself later.
@animabear I have published a new release with this fix.
@amerikan ok,thanks
I check the source code and found this:
so if input or its ancestor element is hidden when init (it's a normal scene),it won't work.
Could you tell me why use
:hidden
here ? I make a small changes: