Explain more of the usecase

This commit is contained in:
Marica Odagaki 2018-05-23 17:08:56 -08:00
parent 6ea8d7829e
commit cbb7d9e72c

View File

@ -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`.