Skip to content

Commit e8e1c3f

Browse files
committed
fix(angular): add missing props
1 parent 9d896b3 commit e8e1c3f

File tree

1 file changed

+2
-0
lines changed
  • packages/angular/standalone/src/directives

1 file changed

+2
-0
lines changed

packages/angular/standalone/src/directives/select.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ const SELECT_INPUTS = [
2121
'color',
2222
'compareWith',
2323
'disabled',
24+
'errorText',
2425
'expandedIcon',
2526
'fill',
27+
'helperText',
2628
'interface',
2729
'interfaceOptions',
2830
'justify',

0 commit comments

Comments
 (0)