maxlength vs maxLength on lightning:textarea

Issue #1040 resolved
Brett Barlow created an issue

When adding a lightning:textarea component to the page, the typeahead suggests maxLength instead of maxlength. The capital L makes this attribute ignored and the length limit isn't respected. When I change it to maxlength, it works as expected.

Screen Shot 2018-06-27 at 1.07.58 PM.png

Comments (3)

  1. Scott Wells repo owner

    Delivered in 1.8.3.3 and 2.0.2.6. Note that after updating you may need to use Cmd/Ctrl+Click or Cmd/Ctrl+B on another component in the lightning namespace to force the IDE to flush and rebuild its XSD cache before you'll see the change.

  2. Log in to comment