Skip to content

Commit 2f073bd

Browse files
committed
Added in optional bootstrap template option. Will need to pull out and place in bootstrap-templates definition if it expands much further.
1 parent b22932b commit 2f073bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

angular-formly/angular-formly.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ declare module AngularFormly {
9494
onKeypress?: string;
9595
onKeyup?: string;
9696

97+
//Bootstrap types
9798
label?: string;
99+
description?: string;
98100
[key: string]: any;
99101

100102
}

0 commit comments

Comments
 (0)