vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

[mdInput] in a md-list that contains a md-list-expand, can't be focused by mouse #480

Closed alberanid closed 6 years ago

alberanid commented 7 years ago

Steps to reproduce

A md-input inside a list items with an expansion can only be focused using the keyboard; using the mouse, only the accordion is affected.

It may be a corner case that you don't want to support, but I was using it and worked on 0.6.3 :-D

(anyway, thanks for the amazing framework :+1: )

Which browser?

Vue 2.1.8, Vue Material 0.7.1, Linux, Chromium 55.0 and Firefox 51.

What is expected?

The click should be passed to the input field.

What is actually happening?

The accordion is closed/opened but the input field never receive the focus.

Reproduction Link

https://codepen.io/alberanid/pen/PWyLwr

marcosmoura commented 7 years ago

I will take a look at this...

Samuell1 commented 6 years ago

Closing this issue as our focus is on the new 1.0.0 version.