File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/components/src/components/tag Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5353 <ProjectReference Include =" ..\radio\DBRadio.pcfproj" />
5454 <ProjectReference Include =" ..\infotext\DBInfotext.pcfproj" />
5555 <ProjectReference Include =" ..\brand\DBBrand.pcfproj" />
56+ <ProjectReference Include =" ..\tag\DBTag.pcfproj" />
5657 </ItemGroup >
5758
5859 <Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" />
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { DBButton } from '../button';
1010import { uuid } from '../../utils' ;
1111import { DBTagState , DBTagProps } from './model' ;
1212import { DEFAULT_ID } from '../../shared/constants' ;
13+ import { DBIcon } from '../icon' ;
1314import classNames from 'classnames' ;
1415
1516useMetadata ( {
@@ -18,6 +19,7 @@ useMetadata({
1819 includeIcon : true ,
1920 isFormComponent : true ,
2021 properties : [
22+ { name : 'children' , type : 'SingleLine.Text' } ,
2123 { name : 'name' , type : 'SingleLine.Text' } ,
2224 // { name: 'disabled', type: 'TwoOptions' },
2325 {
You can’t perform that action at this time.
0 commit comments