Skip to content

Commit

Permalink
fix #7345: Duplicated class in InputTextarea using className in unsty…
Browse files Browse the repository at this point in the history
…led mode (#7346)
  • Loading branch information
samy-mssi authored Oct 16, 2024
1 parent 010eab5 commit 96dd0d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/inputtextarea/InputTextareaBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export const InputTextareaBase = ComponentBase.extend({
tooltip: null,
tooltipOptions: null,
validateOnly: false,
children: undefined
children: undefined,
className: null
},
css: {
classes,
Expand Down

0 comments on commit 96dd0d1

Please sign in to comment.