Fix background color of input fields
Since the material elements don't give a way of applying the background color, a hack is needed to get the internal elements and apply the style. Directive to be able to do it for text field and text area.
Showing
- projects/common/app.module.ts 3 additions, 1 deletionprojects/common/app.module.ts
- projects/common/element-components/directives/input-background-color.directive.ts 30 additions, 0 deletions...components/directives/input-background-color.directive.ts
- projects/common/element-components/text-area.component.ts 1 addition, 1 deletionprojects/common/element-components/text-area.component.ts
- projects/common/element-components/text-field.component.ts 1 addition, 1 deletionprojects/common/element-components/text-field.component.ts
Please register or sign in to comment