@@ -11,6 +11,18 @@ export const sharedProps = {
1111 color : 'primary' ,
1212 density : 'compact' as const ,
1313 disabled : false ,
14+ displayAppendIcon : undefined ,
15+ displayAppendIconColor : 'primary' ,
16+ displayAppendIconSize : 'x-small' ,
17+ displayAppendInnerIcon : undefined ,
18+ displayAppendInnerIconColor : 'secondary' ,
19+ displayAppendInnerIconSize : 'x-small' ,
20+ displayPrependIcon : undefined ,
21+ displayPrependIconColor : 'danger' ,
22+ displayPrependIconSize : 'x-small' ,
23+ displayPrependInnerIcon : undefined ,
24+ displayPrependInnerIconColor : 'success' ,
25+ displayPrependInnerIconSize : 'x-small' ,
1426 emptyText : 'empty' ,
1527 fieldOnly : false ,
1628 hideDetails : true ,
@@ -111,6 +123,8 @@ const textareaProps = {
111123 ...{
112124 autoGrow : true ,
113125 rows : 1 ,
126+ truncateLength : undefined ,
127+ truncateSuffix : '...' ,
114128 variant : 'underlined' as const ,
115129 } ,
116130} ;
@@ -121,6 +135,8 @@ const textFieldProps = {
121135 ...autofocus ,
122136 ...saveAndLoadingIconProps ,
123137 ...{
138+ truncateLength : undefined ,
139+ truncateSuffix : '...' ,
124140 variant : 'underlined' as const ,
125141 }
126142} ;
0 commit comments