mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 09:12:33 +03:00
Explain more of the usecase
This commit is contained in:
parent
6ea8d7829e
commit
cbb7d9e72c
@ -16,6 +16,10 @@ module Nri.Ui.TextArea.V2
|
||||
|
||||
- The Model now takes a minimumHeight field, which needs to be specified
|
||||
explicitly either as `DefaultHeight` or `SingleLine`.
|
||||
This is most useful when used in conjunction with `autoResize = True`:
|
||||
the textarea will shrink or expand to the specified height when it is
|
||||
empty.
|
||||
|
||||
- The view now returns `Html.Styled` rather than plain `Html`.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user