Skip to content

Commit

Permalink
fix(NcTextArea): remove non-existing prop 'type' for textarea
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Oct 29, 2024
1 parent 26f7cb5 commit ff8c265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcTextArea/NcTextArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default {
:id="computedId"
ref="input"
class="textarea__input"
:type="type"
:disabled="disabled"
:placeholder="computedPlaceholder"
:aria-describedby="ariaDescribedby"
Expand Down

0 comments on commit ff8c265

Please sign in to comment.