Skip to content

Commit

Permalink
feat(Textarea): support readonly (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Sep 26, 2023
1 parent de01dcf commit 7da1bd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/mobile/components/textarea/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@

&--disabled {
color: @textarea-disabled-text-color;
cursor: not-allowed;
}

&--readonly {
cursor: pointer;
}
}

0 comments on commit 7da1bd0

Please sign in to comment.