krescruz / angular-materialize

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
MIT License
397 stars 129 forks source link

Collapsible self-closes in Firefox (not in Chrome) #229

Open pmullot opened 7 years ago

pmullot commented 7 years ago

Collapsible closes itself whenever I press a key in input field in Firefox

I have an Angularjs SPA using materializeCss and this library. In this web, I have a collapsible containing some inputs. Whenever I hit a key inside one of these inputs in Firefox (54.0 ), the collapsible closes itself. In Chrome, it doesn't happend.

You can see the issue there: jsFiddle