Skip to content

Releases: IjzerenHein/famous-autosizetextarea

Fix for placeholder sometimes showing wrong value when not set

22 Jan 09:50
Compare
Choose a tag to compare
  • Fixes a bug in the famo.us TextArea surface which causes the placeholder to sometimes have a "random" value, when not set. This was caused because the placeholder was only updated when !== '' in the famo.us deploy function.

v0.3.0

21 Apr 07:51
Compare
Choose a tag to compare
  • Fixed placeholder text not being used to calculate 'ideal' height.
  • Updated to new versioning strategy where major/minor version matches that of the compatible famo.us version.

Fixed exception with element.wrap on IE

06 Mar 14:43
Compare
Choose a tag to compare
Fixed exception on Internet Explorer (element.wrap is not allowed to …

…be an empty string on IE)

Fixed scrollHeight after changing content using .setValue()

08 Nov 11:54
Compare
Choose a tag to compare
Fixed wrong scrollHeight after using .setValue on textaresurface + bu…

…mp to v0.0.2

Initial release

04 Nov 12:22
Compare
Choose a tag to compare
v0.0.1

fixed title