MikeMitterer / dart-material-design-lite

Material Design Lite Components, Directives + SPA with HTML, CSS + Dart
http://www.material-design-lite.pub/
Other
228 stars 26 forks source link

Dialogs with Observed Input fields lose focus #24

Closed butlermatt closed 9 years ago

butlermatt commented 9 years ago

If you have a dialog that contains an observable text field. The first time you open the dialog everything works great.

If you then close the dialog and reopen it, the input field loses focus after every character. See the sample gist here: https://gist.github.com/butlermatt/10dbb29833c09ef0aec3