mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Change type of IFieldConfigurationObject.elementAttributes to hash
Formly requires this property to be an object. A string value causes ApiCheck to throw.
This commit is contained in:
Vendored
+3
-1
@@ -198,7 +198,9 @@ declare module AngularFormly {
|
||||
className?: string;
|
||||
|
||||
|
||||
elementAttributes?: string;
|
||||
elementAttributes?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user