Interface CleaveOptions at extra options updated

I updated the interface CleaveOptions at the extra options with the onValueChange, which is a public method at the JavaScript API of cleave.js.

Best regards,
Leon
This commit is contained in:
Leon Jäkel
2018-08-20 11:27:33 +02:00
committed by GitHub
parent 28c2d98a5c
commit 4b54dc6953

View File

@@ -51,4 +51,5 @@ export interface CleaveOptions {
noImmediatePrefix?: boolean;
rawValueTrimPrefix?: boolean;
uppercase?: boolean;
onValueChanged?(event: any): void;
}