Closed FrancescoBorzi closed 6 years ago
Trim directive version: 2.2.1 Reproduction: https://stackblitz.com/edit/angular-v5pu3v
As you can see in my reproduction, I have two disabled fields. The one using the [trim]="'blur'" directive does not appear disabled when it should.
[trim]="'blur'"
Because setDisabledState isn't implemented. ¯_(ツ)_/¯
setDisabledState
@anein yes, please check my PR https://github.com/anein/angular2-trim-directive/pull/33 :dancer:
Trim directive version: 2.2.1 Reproduction: https://stackblitz.com/edit/angular-v5pu3v
As you can see in my reproduction, I have two disabled fields. The one using the
[trim]="'blur'"
directive does not appear disabled when it should.