You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Regular text fields in angular have the ng-blur and ng-focus attributes, but they seem to be missing in this library. They should work the same as the ng-change of the checkbox directive.
Is it possible to add them?
The text was updated successfully, but these errors were encountered:
tdekoning
changed the title
Missing blurlistener/focuslistener for input fields
Missing blurlistener/focuslistener for text fields
Nov 3, 2014
I think these directives should be added to the <input> element that is generated for the <md-text-field>. Note that there are more directives that need this (e.g ng-change) in order to work as expected.
Regular text fields in angular have the ng-blur and ng-focus attributes, but they seem to be missing in this library. They should work the same as the ng-change of the checkbox directive.
Is it possible to add them?
The text was updated successfully, but these errors were encountered: