mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
selct box can use numbers as value in the card view (#6020)
This commit is contained in:
@@ -24,6 +24,6 @@ export interface CardViewSelectItemOption<T> {
|
||||
}
|
||||
|
||||
export interface CardViewSelectItemProperties<T> extends CardViewItemProperties {
|
||||
value: string;
|
||||
value: string | number;
|
||||
options$: Observable<CardViewSelectItemOption<T>[]>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user